Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeepingCreature/b91dc84149237d119323cd8e67154506 to your computer and use it in GitHub Desktop.
Save FeepingCreature/b91dc84149237d119323cd8e67154506 to your computer and use it in GitHub Desktop.
--- rubocop.yml
Metrics/LineLength:
Max: 120
--- test.rb
# frozen_string_literal: true
def bla
if i > 1 # rubocop:disable Style/IfUnlessModifier
raise '_____________________________________________________________'
end
raise
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment