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 lint target reliable #3076

Merged
merged 1 commit into from
Nov 13, 2017
Merged

Make lint target reliable #3076

merged 1 commit into from
Nov 13, 2017

Conversation

gberaudo
Copy link
Member

Previously only the files newer than the timestamp were passed to the linter.
Changing the linter config or version did not trigger a lint of all the files.

With this commit, all files are linted on changes.

@gberaudo
Copy link
Member Author

@sbrunner, a full lint is around 5s. I expect this change will have no impact on our daily work.
We can optimize later if needed (at the cost of a more complex target).

Previously only the files newer than the timestamp were passed to
the linter.

Changing the linter config or version did not trigger a lint of all
the files.

With this commit, all files are linted on changes.
@gberaudo gberaudo merged commit a15ae70 into 2.2 Nov 13, 2017
@gberaudo gberaudo deleted the reliable_lint_target branch November 13, 2017 14:23
@sbrunner sbrunner modified the milestones: 2.2, 2.2.1 Apr 12, 2018
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