File: README.txt

package info (click to toggle)
libquartz2-java 2.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,728 kB
  • sloc: java: 46,480; sql: 3,484; xml: 3,312; sh: 352; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13

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