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

Make the build fail if lint.sh has not been run #805

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

paramsingh
Copy link
Collaborator

Problem

The CI linter currently fixes automatically fixable issues (whitespace etc) and doesn't fail the build. This means that unlinted changes can get into the codebase easily.

Solution

Make the build fail if there are automatically fixable issues. The PR author should run ./lint.sh to fix those issues.

@paramsingh paramsingh force-pushed the param/dont-fix-lint-issues-in-ci branch from c27bc35 to d5ac30a Compare April 13, 2020 11:57
@paramsingh paramsingh merged commit 7e49b91 into master Apr 13, 2020
@paramsingh paramsingh deleted the param/dont-fix-lint-issues-in-ci branch April 13, 2020 13:06
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.

2 participants