We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb79f78 commit 8e70c5dCopy full SHA for 8e70c5d
.rubocop.yml
@@ -0,0 +1,34 @@
1
+inherit_from: .rubocop_todo.yml
2
+
3
+require:
4
+ - rubocop-performance
5
6
+AllCops:
7
+ TargetRubyVersion: 2.3
8
+ Exclude:
9
+ - 'test/scanners/**/*'
10
+ - 'bench/example.ruby'
11
+ - 'old-stuff/**/*'
12
+ - 'test/lib/**/*'
13
14
+Gemspec/RequiredRubyVersion:
15
+ Enabled: false
16
17
+Gemspec/DuplicatedAssignment:
18
19
20
+Layout/AccessModifierIndentation:
21
22
23
+Layout/AlignArguments:
24
25
26
+Layout/AlignArray:
27
28
29
+Layout/AlignHash:
30
31
32
+Layout/SpaceInsideBlockBraces:
33
+ EnforcedStyle: space
34
+ EnforcedStyleForEmptyBraces: space
0 commit comments