Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created May 12, 2020 08:20
Show Gist options
  • Save wshihadeh/e0e4301894a3b53f475be69335216de4 to your computer and use it in GitHub Desktop.
Save wshihadeh/e0e4301894a3b53f475be69335216de4 to your computer and use it in GitHub Desktop.
RuboCop
RuboCop:
enabled: false
quiet: false
description: 'Analyze with RuboCop'
required_executable: 'rubocop'
flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
install_command: 'gem install rubocop'
include:
- '**/*.gemspec'
- '**/*.rake'
- '**/*.rb'
- '**/*.ru'
- '**/Gemfile'
- '**/Rakefile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment