Skip to content

Commit

Permalink
Exclude AbcSize from formatter spec
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jun 18, 2020
1 parent d7ddd41 commit bf59259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/rubocop/formatter/html_formatter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

# Run without Style/EndOfLine as it gives different results on
# different platforms.
# Metrics/AbcSize is very strict, exclude it too
let(:options) do
%w[--except Layout/EndOfLine --format html --out]
%w[--except Layout/EndOfLine,Metrics/AbcSize --format html --out]
end

let(:actual_html_path) do
Expand Down

0 comments on commit bf59259

Please sign in to comment.