aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/java/com/google/devtools/skylark/skylint/DocstringUtils.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Creates a new issue pointing out "Arguments:" as not preferred instead of rep...Gravatar Googler2018-02-22
* Linter: improve docstring formatting error messagesGravatar fzaiser2017-11-06
* Linter: Tolerate whitespace-only lines and complain about misaligned closing ...Gravatar brandjon2017-11-02
* Skylint: docstring format: warn about wrong order of sections only onceGravatar fzaiser2017-10-24
* Skylint: docstring format: warn about empty sections and descriptions.Gravatar fzaiser2017-10-20
* Skylint: allow docstrings for global variables.Gravatar fzaiser2017-10-16
* Skylint: docstring format: mandatory order of description and sections.Gravatar fzaiser2017-10-16
* Skylint: check for usage of deprecated functionsGravatar fzaiser2017-10-12
* Skylint: report location ranges instead of just the start locationGravatar fzaiser2017-10-10
* 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: check the documentation of parameters in function docstringsGravatar fzaiser2017-09-04