File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 231231 <configuration >
232232 <configLocation >${basedir} /src/conf/checkstyle.xml</configLocation >
233233 <enableRulesSummary >false</enableRulesSummary >
234- <headerLocation >${basedir} /src/conf/HEADER.txt</headerLocation >
235234 <suppressionsLocation >${basedir} /src/conf/checkstyle-suppressions.xml</suppressionsLocation >
236235 </configuration >
237236 <reportSets >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -38,15 +38,9 @@ limitations under the License.
3838 <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
3939 <module name =" Translation" />
4040
41- <!-- Checks for Headers -->
42- <!-- See http://checkstyle.sf.net/config_header.html -->
43- <module name =" RegexpHeader" >
44- <property name =" headerFile" value =" ${checkstyle.header.file}" />
45- </module >
46-
4741 <!-- Exceptions -->
4842 <module name =" SuppressionFilter" >
49- <property name =" file" value =" ${checkstyle.suppressions.file}" />
43+ <property name =" file" value =" ${checkstyle.suppressions.file}" />
5044 </module >
5145
5246 <module name =" FileTabCharacter" >
You can’t perform that action at this time.
0 commit comments