Created
February 24, 2021 02:20
-
-
Save oliveira-andre/38d10a36f771c60deab4c45dc1761495 to your computer and use it in GitHub Desktop.
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
| AllCops: | |
| TargetRubyVersion: 2.6 | |
| # Include common Ruby source files. | |
| Include: | |
| - '**/*.rb' | |
| - '**/*.gemspec' | |
| - '**/*.jbuilder' | |
| - '**/*.rake' | |
| - '**/Gemfile' | |
| - '**/Rakefile' | |
| - '**/Capfile' | |
| Exclude: | |
| - 'spec/responses/*' | |
| - 'vendor/**/*' | |
| - 'bin/**/*' | |
| - 'db/**/*' | |
| - 'config/environments/*' | |
| - 'config/routes.rb' | |
| - 'config/initializers/devise.rb' | |
| - 'node_modules/**/*' | |
| Style/Documentation: | |
| Description: 'Document classes and non-namespace modules.' | |
| Enabled: false | |
| Metrics/BlockLength: | |
| Max: 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment