Skip to content

jhaber/basepom-policy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%