aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark
Commit message (Expand)AuthorAge
...
* Skylint: ignore naming conventions for importsGravatar fzaiser2017-09-27
* 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: be less strict about indentation in docstringsGravatar fzaiser2017-09-21
* Skylint: fix a NullPointerExceptionGravatar fzaiser2017-09-20
* Skylint: report missing documentation for a function's return valueGravatar fzaiser2017-09-14
* 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