Skip to content

Commit

Permalink
RuboCop: exclude Guardfile from list of files
Browse files Browse the repository at this point in the history
This version of RuboCop failed to execute when reading that file, with
this error:

An error occurred while Layout/BlockAlignment cop was inspecting
/home/runner/work/annotate_models/annotate_models/Guardfile:9:0.

So, ignoring that, for now.
  • Loading branch information
olleolleolle committed Feb 8, 2024
1 parent 2003c08 commit 17ad90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ AllCops:
- 'spec/fixtures/**/*'
- 'tmp/**/*'
- 'spec/integration/**/*'
- 'Guardfile'
NewCops: enable

Metrics/BlockLength:
Expand Down

0 comments on commit 17ad90f

Please sign in to comment.