aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/java/com/google/devtools
Commit message (Expand)AuthorAge
* Create a skylint and buildozer checker for preventing glob(**/*.java)Gravatar Googler2018-02-12
* Detect deprecated operations on dict() variables in SkylintGravatar cparsons2018-02-06
* Skylint: Add a warning for the `+` operator on depsets.Gravatar laurentlb2017-12-19
* Skylint: Add a warning for the '|' operator.Gravatar laurentlb2017-11-30
* Use more precise categories for missing docstring.Gravatar laurentlb2017-11-27
* Improve error message for 'missing-return-value' check.Gravatar laurentlb2017-11-25
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Linter: allow disabling individual categories in addition to checksGravatar fzaiser2017-11-07
* Linter: improve docstring formatting error messagesGravatar fzaiser2017-11-06
* Linter: don't require docstrings for short functionsGravatar fzaiser2017-11-03
* Linter: Tolerate whitespace-only lines and complain about misaligned closing ...Gravatar brandjon2017-11-02
* Linter: allow leading underscore in provider namesGravatar fzaiser2017-11-02
* Skylint: improve message for missing return and unitialized variablesGravatar fzaiser2017-11-02
* Skylint: also allow "UNUSED_" prefix in capital lettersGravatar fzaiser2017-11-02
* Fix typo in issue messageGravatar brandjon2017-11-02
* Skylint: improve message for unused list comprehensions.Gravatar fzaiser2017-10-30
* Skylint: also check for deprecations in dependencies.Gravatar fzaiser2017-10-27
* Skylint: improve error message for unused importsGravatar fzaiser2017-10-27
* Skylint: improve messages about docstring errorsGravatar fzaiser2017-10-27
* Skylint: fix exception for empty docstring linesGravatar fzaiser2017-10-25
* Skylint: docstring format: warn about wrong order of sections only onceGravatar fzaiser2017-10-24
* Skylint: don't report unused variables starting with "unused_"Gravatar fzaiser2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Skylint: check provider names for the suffix "Info"Gravatar fzaiser2017-10-23
* Skylint: docstring format: warn about empty sections and descriptions.Gravatar fzaiser2017-10-20
* Skylint: show a better error message if a file is not foundGravatar fzaiser2017-10-18
* Skylint: change the end location of missing function docstring warnings.Gravatar fzaiser2017-10-18
* Skylint: don't warn for unused initialization with 'None'.Gravatar fzaiser2017-10-18
* Skylint: allow docstrings for global variables.Gravatar fzaiser2017-10-16
* Skylint: docstring format: mandatory order of description and sections.Gravatar fzaiser2017-10-16
* Skylint: add categories for issues.Gravatar fzaiser2017-10-13
* Skylint: set module docstring location to just the first lineGravatar 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: add integration tests for the java binaryGravatar fzaiser2017-10-10
* Skylint: check for bad operationsGravatar fzaiser2017-09-29
* 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