Skip to content

Commit

Permalink
Exclude rdoc_css from manifest and header checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Mar 28, 2017
1 parent 087c84b commit 8c9dc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gt-config
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Gravitext::DevTools.configure do |c|
h.holder = "David Kellum"
h.inception = 2011
h.license = :apache
h.exclusions += %w[ .travis.yml sync/**/*
h.exclusions += %w[ .travis.yml sync/**/* rdoc_css/**/*
examples/**/* examples/sync/home/bob/.ssh/*
test/muddled_sync.rb test/sync/**/* test/zfile ]
end

c.setup_manifest do |m|
m.exclusions -= [ %r{(^|/)src(/|$)} ]
m.exclusions += %w[ .travis.yml test/local/**/* test/aws/**/* ]
m.exclusions += %w[ .travis.yml test/local/**/* test/aws/**/* rdoc_css/**/* ]
end

end

0 comments on commit 8c9dc47

Please sign in to comment.