checkstyle: ignore RaidRoom

This commit is contained in:
Owain van Brakel
2019-11-11 03:09:53 +01:00
parent 9158d27e86
commit 1f2aa06180

View File

@@ -134,6 +134,7 @@ subprojects {
exclude("**/ScriptVarType.java")
exclude("**/LayoutSolver.java")
exclude("**/RoomType.java")
}
}
}