index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
tools
/
skylark
Commit message (
Expand
)
Author
Age
*
Skylint: allow docstrings for global variables.
fzaiser
2017-10-16
*
Skylint: docstring format: mandatory order of description and sections.
fzaiser
2017-10-16
*
Skylint: add categories for issues.
fzaiser
2017-10-13
*
Skylint: set module docstring location to just the first line
fzaiser
2017-10-13
*
Skylint: check for usage of deprecated functions
fzaiser
2017-10-12
*
Skylint: report location ranges instead of just the start location
fzaiser
2017-10-10
*
Skylint: add integration tests for the java binary
fzaiser
2017-10-10
*
Skylint: check for bad operations
fzaiser
2017-09-29
*
Skylint: ignore naming conventions for imports
fzaiser
2017-09-27
*
Skylint: check that load statements are at the top of the file
fzaiser
2017-09-27
*
Skylint: add flag to disable certain checkers.
fzaiser
2017-09-21
*
Skylint: be less strict about indentation in docstrings
fzaiser
2017-09-21
*
Skylint: fix a NullPointerException
fzaiser
2017-09-20
*
Skylint: report missing documentation for a function's return value
fzaiser
2017-09-14
*
Skylint: improve the naming conventions checker
fzaiser
2017-09-12
*
Skylint: add main linter class and clean up BUILD files
fzaiser
2017-09-08
*
Replace ad hoc wrapper classes with Equivalence.Wrapper
brandjon
2017-09-07
*
Skylint: add lint for uninitialized variables
fzaiser
2017-09-06
*
Skylint: check the documentation of parameters in function docstrings
fzaiser
2017-09-04
*
Skylint: add lint to check for unreachable statements
fzaiser
2017-09-04
*
Remove the Dialect type from the Parser.
laurentlb
2017-09-01
*
Skylint: add a lint that reports unused identifiers
fzaiser
2017-08-31
*
Skylint: handle for-loops in control flow lint correctly
fzaiser
2017-08-31
*
Make ControlFlowChecker follow the dataflow analysis idiom more closely
brandjon
2017-08-31
*
Skylint: add lint that checks for statements without effects
fzaiser
2017-08-30
*
Skylint: add lint for missing docstrings
fzaiser
2017-08-29
*
Add a lint for missing return statements
fzaiser
2017-08-28
*
Start work on the Skylark linter (skylint).
fzaiser
2017-08-23