Update checkstyle rules to exclude methods 46/99346/1
authorliamfallon <liam.fallon@est.tech>
Mon, 9 Dec 2019 16:20:24 +0000 (16:20 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 9 Dec 2019 16:20:27 +0000 (16:20 +0000)
Checkstyle rules updated to:
1) allow getters and setters not to have javadoc
2) allow methods with less than 2 lines to not have javadoc
3) allow protected and private methods not to have javadoc
4) allow methods with names beginning with test|before|after not to have
javaodc

Issue-ID: INT-1395
Change-Id: I570cd90034c7b20d45a7e5a6ecacacdef80876a1
Signed-off-by: liamfallon <liam.fallon@est.tech>

No differences found