aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark
Commit message (Expand)AuthorAge
* Skylint: improve the naming conventions checkerGravatar fzaiser2017-09-12
* Skylint: add main linter class and clean up BUILD filesGravatar fzaiser2017-09-08
* Replace ad hoc wrapper classes with Equivalence.WrapperGravatar brandjon2017-09-07
* Skylint: add lint for uninitialized variablesGravatar fzaiser2017-09-06
* Skylint: check the documentation of parameters in function docstringsGravatar fzaiser2017-09-04
* Skylint: add lint to check for unreachable statementsGravatar fzaiser2017-09-04
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Skylint: add a lint that reports unused identifiersGravatar fzaiser2017-08-31
* Skylint: handle for-loops in control flow lint correctlyGravatar fzaiser2017-08-31
* Make ControlFlowChecker follow the dataflow analysis idiom more closelyGravatar brandjon2017-08-31
* Skylint: add lint that checks for statements without effectsGravatar fzaiser2017-08-30
* Skylint: add lint for missing docstringsGravatar fzaiser2017-08-29
* Add a lint for missing return statementsGravatar fzaiser2017-08-28
* Start work on the Skylark linter (skylint).Gravatar fzaiser2017-08-23