We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86be0ce commit 4bc49b1Copy full SHA for 4bc49b1
.rubocop.yml
@@ -11,6 +11,8 @@ AllCops:
11
- "vendor/bundle/**/*"
12
- "vendor/bundle/**/.*"
13
TargetRubyVersion: 2.5
14
+ # we might wanna adopt rspec and rake but it's a bit annoying for now
15
+ SuggestExtensions: false
16
17
Bundler/OrderedGems:
18
Description: Gems should be alphabetically sorted within groups.
0 commit comments