checkstyle-jsp.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Password Management Servlets (PWM)
  4. ~ http://www.pwm-project.org
  5. ~
  6. ~ Copyright (c) 2006-2009 Novell, Inc.
  7. ~ Copyright (c) 2009-2021 The PWM Project
  8. ~
  9. ~ Licensed under the Apache License, Version 2.0 (the "License");
  10. ~ you may not use this file except in compliance with the License.
  11. ~ You may obtain a copy of the License at
  12. ~
  13. ~ http://www.apache.org/licenses/LICENSE-2.0
  14. ~
  15. ~ Unless required by applicable law or agreed to in writing, software
  16. ~ distributed under the License is distributed on an "AS IS" BASIS,
  17. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18. ~ See the License for the specific language governing permissions and
  19. ~ limitations under the License.
  20. -->
  21. <!DOCTYPE module PUBLIC
  22. "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
  23. "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
  24. <!--
  25. PWM Checkstyle definition
  26. -->
  27. <module name="Checker">
  28. <property name="fileExtensions" value="java, xml, jsp"/>
  29. <module name="TreeWalker" >
  30. <module name="Regexp">
  31. <property name="format" value="WarnJavaScriptNotEnabledMessage"/>
  32. <property name="illegalPattern" value="true"/>
  33. </module>
  34. </module>
  35. </module>