jhaber / basepom-policy

Minimum policy files for the basepoms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basepom-policy

Minimum policy defaults for various checkers

checkstyle

  • newline at end of file
  • no spaces at end of line
  • no hard tabs
  • no * imports
  • no redundant imports
  • java modifiers in JLS order
  • no dangeling statements for if()..., for()..., while()...
  • no lowercase 'L' for long constants.

license

  • Apache license header without copyright line.

About

Minimum policy files for the basepoms


Languages

Language:Java 100.0%