Skip to content

Instantly share code, notes, and snippets.

@jayeshmann
Last active August 17, 2022 04:29
Show Gist options
  • Select an option

  • Save jayeshmann/ebdfb33aa27dabc3bc2f5ff1b5f694dc to your computer and use it in GitHub Desktop.

Select an option

Save jayeshmann/ebdfb33aa27dabc3bc2f5ff1b5f694dc to your computer and use it in GitHub Desktop.
Rubocop configuration with RSpec
require: rubocop-rspec
AllCops:
NewCops: enable
StyleGuideBaseURL: https://rubystyle.guide
Style/FrozenStringLiteralComment:
Enabled: false
Style/Documentation:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment