Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure lint checking in a3p-integration #10238

Open
Chris-Hibbert opened this issue Oct 7, 2024 · 1 comment · Fixed by #10262
Open

configure lint checking in a3p-integration #10238

Chris-Hibbert opened this issue Oct 7, 2024 · 1 comment · Fixed by #10262
Assignees
Labels
enhancement New feature or request

Comments

@Chris-Hibbert
Copy link
Contributor

What is the Problem Being Solved?

We have coding standards for our source code, and it is supported by yarn lint and enforced by CI checks. These checks are missing in a3p-integration, which makes it hard to request adherence to these conventions in third-party code we're paying for.

Description of the Design

Make it possible to run yarn lint in the proposals directories in a3p-integration, and enforce compliance with CI tests on PRs.

Security Considerations

reviewing code is easier when it complies with standard formatting rules.

Scaling Considerations

None

Test Plan

Verify that enforcement catches the violations in #10171.

Upgrade Considerations

N/A

@Chris-Hibbert Chris-Hibbert added the enhancement New feature or request label Oct 7, 2024
@turadg turadg self-assigned this Oct 11, 2024
@mergify mergify bot closed this as completed in #10262 Oct 15, 2024
@mergify mergify bot closed this as completed in 4fccb10 Oct 15, 2024
anilhelvaci added a commit to bytepitch/agoric-sdk that referenced this issue Oct 16, 2024
anilhelvaci added a commit to bytepitch/agoric-sdk that referenced this issue Oct 16, 2024
Refs: Agoric/BytePitchPartnerEng#10

fix: formatting fixes and change requests

fix(sync-tools): apply new linting rules and fix rebase conflicts

Refs: Agoric#10238
anilhelvaci added a commit to bytepitch/agoric-sdk that referenced this issue Oct 22, 2024
Refs: Agoric/BytePitchPartnerEng#10

fix: formatting fixes and change requests

fix(sync-tools): apply new linting rules and fix rebase conflicts

Refs: Agoric#10238
@turadg
Copy link
Member

turadg commented Jan 9, 2025

This isn't working right. Lint errors aren't failing CI. @michaelfig recently encountered https://github.com/Agoric/agoric-sdk/actions/runs/12681101195/job/35344144369#step:4:30

@turadg turadg reopened this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants