aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/javatests/com/google/devtools/skylark/skylint/NamingConventionsCheckerTest.java
Commit message (Expand)AuthorAge
* Linter: allow leading underscore in provider namesGravatar fzaiser2017-11-02
* Skylint: check provider names for the suffix "Info"Gravatar fzaiser2017-10-23
* Skylint: add categories for issues.Gravatar fzaiser2017-10-13
* Skylint: report location ranges instead of just the start locationGravatar fzaiser2017-10-10
* Skylint: ignore naming conventions for importsGravatar fzaiser2017-09-27
* Skylint: improve the naming conventions checkerGravatar fzaiser2017-09-12
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Start work on the Skylark linter (skylint).Gravatar fzaiser2017-08-23