Skip to content

ci: add --max-warnings 0 to lint-check#1352

Open
Kubudak90 wants to merge 1 commit intoacross-protocol:masterfrom
Kubudak90:fix/lint-warnings
Open

ci: add --max-warnings 0 to lint-check#1352
Kubudak90 wants to merge 1 commit intoacross-protocol:masterfrom
Kubudak90:fix/lint-warnings

Conversation

@Kubudak90
Copy link
Copy Markdown

Fixes #158

Fixes across-protocol#158

The lint-check script was not failing CI when there were ESLint warnings.
Adding --max-warnings 0 ensures that any warnings (including unused variables)
will cause the CI to fail, preventing unused code from being merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: unused variables in lint are not errors

1 participant