Skip to content

Commit

Permalink
#117: exclude test/resources from xcop inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Oct 3, 2021
1 parent 2bceca5 commit 126fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ desc "Validate all XML/XSL/XSD/HTML files for formatting"
Xcop::RakeTask.new :xcop do |task|
task.license = "license.txt"
task.includes = %w[**/*.xml **/*.xsl **/*.xsd **/*.html]
task.excludes = %w[target/**/* coverage/**/* wp/**/*]
task.excludes = %w[target/**/* coverage/**/* wp/**/* test/resources/*]
end

# @todo #/DEV Enable rule "Checks SQL against the ANSI syntax" fully.
Expand Down

0 comments on commit 126fa46

Please sign in to comment.