Skip to content

Commit

Permalink
Infra: Filter derived files from own checks
Browse files Browse the repository at this point in the history
I just had some derived files (in the Eclipse bin directory) showing
checkstyle issues. That's not useful, therefore enable the derived files
filter for all projects.
  • Loading branch information
Bananeweizen authored and Calixte committed Apr 9, 2023
1 parent e645142 commit 714478d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions net.sf.eclipsecs-updatesite/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>
1 change: 1 addition & 0 deletions net.sf.eclipsecs.branding/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>
1 change: 1 addition & 0 deletions net.sf.eclipsecs.checkstyle/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>
1 change: 1 addition & 0 deletions net.sf.eclipsecs.core/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>
1 change: 1 addition & 0 deletions net.sf.eclipsecs.doc/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>
1 change: 1 addition & 0 deletions net.sf.eclipsecs.sample/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>
1 change: 1 addition & 0 deletions net.sf.eclipsecs.ui/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<fileset name="all" enabled="true" check-config-name="Eclipse CS configuration" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>

0 comments on commit 714478d

Please sign in to comment.