aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/java/com/google/devtools/skylark/skylint/Linter.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add linter check for deprecated ctx methods.Gravatar laurentlb2018-02-20
* Create a skylint and buildozer checker for preventing glob(**/*.java)Gravatar Googler2018-02-12
* Linter: allow disabling individual categories in addition to checksGravatar fzaiser2017-11-07
* Skylint: also check for deprecations in dependencies.Gravatar fzaiser2017-10-27
* Skylint: add categories for issues.Gravatar fzaiser2017-10-13
* Skylint: check for usage of deprecated functionsGravatar fzaiser2017-10-12
* Skylint: report location ranges instead of just the start locationGravatar fzaiser2017-10-10
* Skylint: check for bad operationsGravatar fzaiser2017-09-29
* Skylint: check that load statements are at the top of the fileGravatar fzaiser2017-09-27
* Skylint: add flag to disable certain checkers.Gravatar fzaiser2017-09-21
* Skylint: add main linter class and clean up BUILD filesGravatar fzaiser2017-09-08