Skip to content

Commit 8dc0d8e

Browse files
committed
➕ rubocop-ruby2_0
Signed-off-by: Peter Boling <[email protected]>
1 parent bf1f10a commit 8dc0d8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1261
-2338
lines changed

.rubocop.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
inherit_from: .rubocop_todo.yml
2-
31
require:
42
- 'rubocop-md'
5-
- 'rubocop-minitest'
6-
- 'rubocop-packaging'
7-
- 'rubocop-performance'
8-
- 'rubocop-rake'
3+
- 'rubocop/minitest'
4+
- 'rubocop-thread_safety'
5+
6+
inherit_gem:
7+
rubocop-ruby2_0: rubocop.yml
8+
9+
inherit_from: .rubocop_todo.yml
910

1011
AllCops:
11-
NewCops: enable
1212
DisplayCopNames: true # Display the name of the failing cops
13-
TargetRubyVersion: 2.6 # Oldest non-EOL Ruby
1413

1514
Gemspec/DateAssignment: # new in 1.10
1615
Enabled: true
1716
Layout/DotPosition:
1817
Enabled: true
1918
EnforcedStyle: trailing
19+
Layout/IndentHeredoc:
20+
Enabled: false
2021
Layout/LineEndStringConcatenationIndentation: # new in 1.18
2122
Enabled: true
2223
Layout/SpaceBeforeBrackets: # new in 1.7
@@ -116,4 +117,4 @@ Style/StringLiteralsInInterpolation:
116117
Enabled: true
117118
EnforcedStyle: double_quotes
118119
Style/SwapValues: # new in 1.1
119-
Enabled: true
120+
Enabled: true

0 commit comments

Comments
 (0)