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 1d74874 commit 32ebb28Copy full SHA for 32ebb28
.rubocop.yml
@@ -17,6 +17,7 @@ AllCops:
17
Exclude:
18
- 'gemfiles/**' # these are auto-generated by Appraisal
19
- 'tmp/**'
20
+ - 'vendor/**'
21
22
Layout/LineLength:
23
0 commit comments