diff --git a/docs/checkstyle.rules b/docs/checkstyle.rules deleted file mode 100644 index 16e6b1dd4..000000000 --- a/docs/checkstyle.rules +++ /dev/null @@ -1,10 +0,0 @@ -checkstyle.block.catch=text -checkstyle.javadoc.checkUnusedThrows=true -checkstyle.lcurly.method=nl -checkstyle.lcurly.other=nlow -checkstyle.lcurly.type=nl -checkstyle.paren.pad=nospace -checkstyle.pattern.member=^m[A-Z][a-zA-Z0-9]*$ -checkstyle.pattern.parameter=^a[A-Z][a-zA-Z0-9]*$ -checkstyle.pattern.static=^s[A-Z][a-zA-Z0-9]*$ -checkstyle.rcurly=alone