You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ina3p-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 ina3p-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
The text was updated successfully, but these errors were encountered: