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 1b549a3 commit 7df97a7Copy full SHA for 7df97a7
.rubocop.yml
@@ -1,6 +1,33 @@
1
inherit_from: ./config/default.yml
2
3
+AllCops:
4
+ SuggestExtensions: false
5
+
6
+Gemspec/RequiredRubyVersion:
7
+ Enabled: false
8
9
+Lint/AssignmentInCondition:
10
11
12
+Lint/EmptyConditionalBody:
13
14
15
+Lint/UselessAssignment:
16
17
18
Naming/FileName:
19
Enabled: true
20
Exclude:
21
- "rubocop-github.gemspec"
22
23
+Style/Documentation:
24
25
26
+Style/GuardClause:
27
28
29
+Style/Next:
30
31
32
+Style/SoleNestedConditional:
33
0 commit comments