aboutsummaryrefslogtreecommitdiff
path: root/src/site/resources/checkstyle/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/resources/checkstyle/checkstyle.xml')
-rw-r--r--src/site/resources/checkstyle/checkstyle.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/resources/checkstyle/checkstyle.xml b/src/site/resources/checkstyle/checkstyle.xml
index 3527cfa0d..90e7ba89e 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/checkstyle.xml
@@ -15,11 +15,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
-
<!-- Apache Commons Lang customization of default Checkstyle behavior -->
<module name="Checker">
<property name="localeLanguage" value="en"/>
@@ -53,6 +51,8 @@ limitations under the License.
<module name="RightCurly"/>
<module name="GenericWhitespace"/>
<module name="WhitespaceAfter"/>
+ <module name="WhitespaceAround"/>
+ <module name="WhitespaceAroundCheck"/>
<module name="NoWhitespaceBefore"/>
<module name="ImportOrder">
<property name="option" value="top"/>