Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

checkstyle.cfg 332B

12345678910
  1. checkstyle.allow.tabs = no
  2. checkstyle.tab.width = 4
  3. checkstyle.allow.noauthor = yes
  4. checkstyle.maxlinelen = 100
  5. checkstyle.javadoc.scope = protected
  6. checkstyle.ignore.importlength = yes
  7. checkstyle.ignore.whitespace.cast = yes
  8. checkstyle.allow.protected = yes
  9. checkstyle.header.file = checkstyle.header
  10. checkstyle.header.regexp = yes