aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/javatests
Commit message (Expand)AuthorAge
* [Skylint] Fix a crash on analyzing augmented assignment to IndexExpression.Gravatar Taras Tsugrii2018-07-11
* Warn when code uses FileType(), which is deprecated.Gravatar laurentlb2018-04-11
* Skylint check for returning old-style providers.Gravatar laurentlb2018-03-22
* Skylint: check for PACKAGE_NAME, REPOSITORY_NAME, and ctx.outputs.executableGravatar laurentlb2018-03-07
* Skylint: Warn for the '/' operator (instead of '//').Gravatar laurentlb2018-03-07
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Creates a new issue pointing out "Arguments:" as not preferred instead of rep...Gravatar Googler2018-02-22
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Add linter check for deprecated ctx methods.Gravatar laurentlb2018-02-20
* [Skylint] Do not crash ControlFlowChecker on nested functions.Gravatar Taras Tsugrii2018-02-13
* 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
* 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: docstring format: warn about wrong order of sections only onceGravatar fzaiser2017-10-24
* Parser: fix incorrect end location for statement suites.Gravatar 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: 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: 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: be less strict about indentation in docstringsGravatar fzaiser2017-09-21
* 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
* Skylint: add lint for uninitialized variablesGravatar fzaiser2017-09-06
* Skylint: check the documentation of parameters in function docstringsGravatar fzaiser2017-09-04