mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final2.git
synced 2024-11-09 10:20:38 +00:00
Add checkstyle rule for missing javadoc on methods
This commit is contained in:
parent
f7fcfe1b4d
commit
d2ddd3cad9
@ -19,6 +19,7 @@
|
|||||||
</module>
|
</module>
|
||||||
|
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
|
<module name="MissingJavadocMethod"/>
|
||||||
|
|
||||||
<!-- Checks the number of methods declared in each type. This includes the number of each scope !-->
|
<!-- Checks the number of methods declared in each type. This includes the number of each scope !-->
|
||||||
<!-- (private, package, protected and public) as well as an overall total. !-->
|
<!-- (private, package, protected and public) as well as an overall total. !-->
|
||||||
|
Loading…
Reference in New Issue
Block a user