aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/skylark/javatests/com
Commit message (Collapse)AuthorAge
* Skylint: add lint for missing docstringsGravatar fzaiser2017-08-29
| | | | | RELNOTES: None PiperOrigin-RevId: 166846007
* Add a lint for missing return statementsGravatar fzaiser2017-08-28
| | | | | | | | This lint checks that if a functions returns a value in some execution paths, it does so in all execution paths. RELNOTES: None PiperOrigin-RevId: 166688783
* Start work on the Skylark linter (skylint).Gravatar fzaiser2017-08-23
This commit introduces checking of naming conventions, i.e. upper and lower snake case. RELNOTES: None PiperOrigin-RevId: 166073284