Skip to content

Commit

Permalink
These defaults may change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jun 18, 2020
1 parent 6e270b5 commit 715c347
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/rubocop/cli/cli_disable_uncorrectable_spec.rb
Expand Up @@ -152,6 +152,12 @@ def choose_move(who_to_move)
end
end
RUBY
create_file('.rubocop.yml', <<~YAML)
Metrics/AbcSize:
Max: 15
Metrics/CyclomaticComplexity:
Max: 6
YAML
expect(exit_code).to eq(0)
expect($stderr.string).to eq('')
expect($stdout.string).to eq(<<~OUTPUT)
Expand Down

0 comments on commit 715c347

Please sign in to comment.