Skip to content

Commit

Permalink
exclude certs from quality spec
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 7, 2013
1 parent 536db09 commit 4934ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/quality_spec.rb
Expand Up @@ -42,7 +42,7 @@ def check_for_extra_spaces(filename)
error_messages = []
Dir.chdir(File.expand_path("../..", __FILE__)) do
`git ls-files`.split("\n").each do |filename|
next if filename =~ /\.gitmodules|\.marshal|fixtures|vendor/
next if filename =~ /\.gitmodules|\.marshal|fixtures|vendor|ssl_certs/
error_messages << check_for_tab_characters(filename)
error_messages << check_for_extra_spaces(filename)
end
Expand Down

0 comments on commit 4934ddc

Please sign in to comment.