Created
May 12, 2020 08:20
-
-
Save wshihadeh/e0e4301894a3b53f475be69335216de4 to your computer and use it in GitHub Desktop.
RuboCop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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