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

Do not commit code that contains linting warnings #562

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

gappc
Copy link
Collaborator

@gappc gappc commented Apr 21, 2024

This PR adds the option "--max-warnings 0" to eslint. That option prevents commits if the code-to-commit contains linting warnings.

This PR solves issue #371

Applying the option "--max-warnings 0" to eslint terminates eslint if the code contains a linting warning.
@RudiThoeni RudiThoeni merged commit 0c31a90 into development Apr 22, 2024
9 checks passed
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.

None yet

2 participants