Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Some more suggested rules

...

Rules

Severity

No tabs allowed in source files

error

Imports: No wildcards

error

Imports: Order by groups: java, javax, org, com

warning

Imports: Order in alphabetical order with a group

warning

Indentation: (Java) use 4 spaces

warning

Indentation: (POM) prefer 4 spaces, allow 2, but be consistent within a file (1)

info

Add your rule here

warning

Notes:

  1. POMs tend to have quite deeply nested elements, and many elements can be long and awkward to wrap, so using 2 spaces is sometimes easier to read.