-
Notifications
You must be signed in to change notification settings - Fork 459
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
obsolete - Add support for linters #1097
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5b0421 - Browse repository at this point
Copy the full SHA d5b0421View commit details -
Configuration menu - View commit details
-
Copy full SHA for db676fc - Browse repository at this point
Copy the full SHA db676fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc6271 - Browse repository at this point
Copy the full SHA 5dc6271View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc71751 - Browse repository at this point
Copy the full SHA cc71751View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac3972 - Browse repository at this point
Copy the full SHA aac3972View commit details -
Configuration menu - View commit details
-
Copy full SHA for a25eded - Browse repository at this point
Copy the full SHA a25ededView commit details -
SpotlessTaskImpl now generates a lint result for
check
and for `app……ly` (the line numbers in a lint will change depending on whether the `apply` already ran or not).
Configuration menu - View commit details
-
Copy full SHA for 89339cd - Browse repository at this point
Copy the full SHA 89339cdView commit details -
Gradle spotlessCheck will now throw an error if all of the files are …
…as formatted as they can be, except for lints.
Configuration menu - View commit details
-
Copy full SHA for cac4f70 - Browse repository at this point
Copy the full SHA cac4f70View commit details -
Maven spotless:check will now throw an error if all of the files are …
…as formatted as they can be, except for lints.
Configuration menu - View commit details
-
Copy full SHA for d4ec76b - Browse repository at this point
Copy the full SHA d4ec76bView commit details -
Default
FormatterFunc.lint
now traps errors from the formatter itse……lf, and tries to parse a line number from the error message.
Configuration menu - View commit details
-
Copy full SHA for 7a1e72a - Browse repository at this point
Copy the full SHA 7a1e72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 109c7fb - Browse repository at this point
Copy the full SHA 109c7fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0049661 - Browse repository at this point
Copy the full SHA 0049661View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5165f - Browse repository at this point
Copy the full SHA dd5165fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85fbe71 - Browse repository at this point
Copy the full SHA 85fbe71View commit details -
Lints are now quietly suppressed during
apply
, you have to do `chec……k` to see them.
Configuration menu - View commit details
-
Copy full SHA for e8e5df5 - Browse repository at this point
Copy the full SHA e8e5df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec06cc - Browse repository at this point
Copy the full SHA 6ec06ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9557c66 - Browse repository at this point
Copy the full SHA 9557c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2844068 - Browse repository at this point
Copy the full SHA 2844068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9134d8c - Browse repository at this point
Copy the full SHA 9134d8cView commit details -
Refactor PipeStepPair so that it can detect lost tags within our new …
…lint paradigm. The old way made it impossible to detect lost tags if `apply` always succeeds.
Configuration menu - View commit details
-
Copy full SHA for 5a9799d - Browse repository at this point
Copy the full SHA 5a9799dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b39cb - Browse repository at this point
Copy the full SHA 07b39cbView commit details -
Removed
rootDir
propertyFormatter
and its builder because it was…… only used to annnotate errors, which is now done by the lint phase.
Configuration menu - View commit details
-
Copy full SHA for 78ddcd6 - Browse repository at this point
Copy the full SHA 78ddcd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f947c7b - Browse repository at this point
Copy the full SHA f947c7bView commit details
Commits on Jan 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3eef1f - Browse repository at this point
Copy the full SHA a3eef1fView commit details -
When a step throws an exception, we now accurately consider the entir…
…e file as linted, rather than just the first line.
Configuration menu - View commit details
-
Copy full SHA for 3f72b7e - Browse repository at this point
Copy the full SHA 3f72b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed3149 - Browse repository at this point
Copy the full SHA 1ed3149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e38887 - Browse repository at this point
Copy the full SHA 6e38887View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0feed - Browse repository at this point
Copy the full SHA eb0feedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 248ec28 - Browse repository at this point
Copy the full SHA 248ec28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa780e - Browse repository at this point
Copy the full SHA 3aa780eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e110426 - Browse repository at this point
Copy the full SHA e110426View commit details