Skip to content

Commit

Permalink
#828 exclude yardoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jul 16, 2024
1 parent d614e66 commit f80e72f
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 @@ -74,7 +74,7 @@ desc 'Validate all XML/XSL/XSD/HTML files for formatting'
Xcop::RakeTask.new :xcop do |task|
task.license = 'LICENSE.txt'
task.includes = ['**/*.xml', '**/*.xsl', '**/*.xsd', '**/*.html']
task.excludes = ['target/**/*', 'coverage/**/*', 'wp/**/*']
task.excludes = ['target/**/*', 'coverage/**/*', 'wp/**/*', '.yardoc/**/*', 'doc/**/*']
end

task :copyright do
Expand Down

0 comments on commit f80e72f

Please sign in to comment.