aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/java/com/google/devtools/skylark/skylint/DocstringChecker.java
Commit message (Expand)AuthorAge
* Creates a new issue pointing out "Arguments:" as not preferred instead of rep...Gravatar Googler2018-02-22
* Use more precise categories for missing docstring.Gravatar laurentlb2017-11-27
* Linter: don't require docstrings for short functionsGravatar fzaiser2017-11-03
* Skylint: improve messages about docstring errorsGravatar fzaiser2017-10-27
* Skylint: fix exception for empty docstring linesGravatar fzaiser2017-10-25
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Skylint: change the end location of missing function docstring warnings.Gravatar fzaiser2017-10-18
* 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: report missing documentation for a function's return valueGravatar fzaiser2017-09-14
* Skylint: check the documentation of parameters in function docstringsGravatar fzaiser2017-09-04
* Skylint: add lint for missing docstringsGravatar fzaiser2017-08-29