Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 7923933

Browse files
committed
Disable unwanted Rubocop settings
1 parent d2a7477 commit 7923933

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Naming/VariableNumber:
2+
Enabled: false
3+
Style/FrozenStringLiteralComment:
4+
Enabled: false
5+
Style/StringLiterals:
6+
Enabled: false
7+
Layout/LineLength:
8+
Enabled: false
9+
Style/StringConcatenation:
10+
Enabled: false
11+
Style/PercentLiteralDelimiters:
12+
Enabled: false
13+
Style/Documentation:
14+
Enabled: false
15+
Layout/AccessModifierIndentation:
16+
EnforcedStyle: outdent
17+
Metrics/BlockLength:
18+
Enabled: false

.solargraph.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require: []
1010
domains: []
1111
reporters:
1212
- rubocop
13-
- require_not_found
1413
formatter:
1514
rubocop:
1615
cops: safe

0 commit comments

Comments
 (0)