Skip to content

Files

Latest commit

5a0f503 · Mar 27, 2019

History

History

checkstyle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 27, 2019
Mar 27, 2019
Mar 27, 2019
Checkstyle configuration files can be found under src/main/resources

1. You can edit checkstyle rules in checkstyle.xml

2. You can suppress a rule for any files in suppressions.xml

3. You can suppress a rule in a source file with comment:

// CHECKSTYLE_OFF: NameOfTheCheck|OtherTheCheck
{ code }
// CHECKSTYLE_ON: NameOfTheCheck|OtherTheCheck