Skip to content

Commit 389be13

Browse files
committed
Merge branch 'master' into fix-javascript-regexp
2 parents 3d89a2f + dceb150 commit 389be13

File tree

8 files changed

+1281
-19
lines changed

8 files changed

+1281
-19
lines changed

.rubocop.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
inherit_from: .rubocop_todo.yml
2+
3+
AllCops:
4+
TargetRubyVersion: 2.3
5+
Exclude:
6+
- 'test/scanners/**/*'
7+
- 'bench/example.ruby'
8+
- 'old-stuff/**/*'
9+
- 'test/lib/**/*'
10+
11+
Gemspec/RequiredRubyVersion:
12+
Enabled: false
13+
14+
Gemspec/DuplicatedAssignment:
15+
Enabled: false
16+
17+
Layout/AccessModifierIndentation:
18+
Enabled: false
19+
20+
Layout/AlignArguments:
21+
Enabled: false
22+
23+
Layout/AlignArray:
24+
Enabled: false
25+
26+
Layout/AlignHash:
27+
Enabled: false
28+
29+
Layout/SpaceInsideBlockBraces:
30+
EnforcedStyle: space
31+
EnforcedStyleForEmptyBraces: space

0 commit comments

Comments
 (0)