aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark
Commit message (Expand)AuthorAge
* [Skylint] Fix a crash on analyzing augmented assignment to IndexExpression.Gravatar Taras Tsugrii2018-07-11
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* 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
* Follow on to Cl/185417760 unifying error messages for glob linter.Gravatar Googler2018-02-13
* [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
* 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
* 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: 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