Skip to content

Instantly share code, notes, and snippets.

@jayeshmann
Last active August 17, 2022 04:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayeshmann/ebdfb33aa27dabc3bc2f5ff1b5f694dc to your computer and use it in GitHub Desktop.
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