Skip to content

Instantly share code, notes, and snippets.

@bschonec
Last active March 20, 2023 19:44
Show Gist options
  • Save bschonec/ccef55ab3ea90554d15029abcc23059f to your computer and use it in GitHub Desktop.
Save bschonec/ccef55ab3ea90554d15029abcc23059f to your computer and use it in GitHub Desktop.
Run bundle exec rake rubocop
The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.
Please also note that you can opt-in to new cops by default by adding this to your config:
AllCops:
NewCops: enable
RSpec/BeEq: # new in 2.9.0
Enabled: true
RSpec/BeNil: # new in 2.9.0
Enabled: true
RSpec/ChangeByZero: # new in 2.11.0
Enabled: true
RSpec/VerifiedDoubleReference: # new in 2.10.0
Enabled: true
RSpec/FactoryBot/SyntaxMethods: # new in 2.7
Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html
RuboCop failed!
Running RuboCop...
Error: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Error: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Error: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Error: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment