checkstyle: ignore RaidRoom (#2010)

checkstyle: ignore RaidRoom
This commit is contained in:
Owain van Brakel
2019-11-11 03:11:12 +01:00
committed by GitHub

View File

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