ruleset {
  ConsecutiveBlankLines
  UnnecessarySemicolon
  NoTabCharacter
  MissingBlankLineAfterPackage
  MisorderedStaticImports
  Indentation {
    spacesPerIndentLevel = 4
  }
}
