-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Run nixpkgs-lint in travis #17458
Comments
There's a lot of warning on in master, so we may need to fix those first. |
The ideal would be for the linter to only warn about lines you've touched, but that seems tricky. Then we can whittle down the overall number of lint errors and also make it hard to add new ones. |
A simple solution is to check only the files modified. The list of files modified can be found with Also, this might be a duplicate of #11265. |
Oh, it is a dupe, sorry. I'll close! |
Seems like it would be helpful to run it on the diff to give people early feedback about common issues.
The text was updated successfully, but these errors were encountered: