File tree Expand file tree Collapse file tree 5 files changed +52
-4
lines changed Expand file tree Collapse file tree 5 files changed +52
-4
lines changed Original file line number Diff line number Diff line change 1
1
# rubocop-github
2
2
3
- ## Unreleased
3
+ ## v0.22.0
4
4
5
- - Update Gemspec ` required_ruby_version ` to ` >= 3.0.0 `
5
+ - Read the automatic release notes on [ the /releases page for this gem ] ( https://github.com/github/rubocop-github/releases ) .
6
6
7
7
## v0.21.0
8
8
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rubocop-github (0.21 .0 )
4
+ rubocop-github (0.22 .0 )
5
5
rubocop (>= 1.37 )
6
6
rubocop-performance (>= 1.15 )
7
7
rubocop-rails (>= 2.17 )
Original file line number Diff line number Diff line change @@ -70,3 +70,47 @@ Style/YAMLFileRead: # new in 1.53
70
70
Enabled : false
71
71
Performance/MapMethodChain : # new in 1.19
72
72
Enabled : false
73
+ Gemspec/AddRuntimeDependency : # new in 1.65
74
+ Enabled : false
75
+ Lint/ConstantReassignment : # new in 1.70
76
+ Enabled : false
77
+ Lint/DuplicateSetElement : # new in 1.67
78
+ Enabled : false
79
+ Lint/HashNewWithKeywordArgumentsAsDefault : # new in 1.69
80
+ Enabled : false
81
+ Lint/NumericOperationWithConstantResult : # new in 1.69
82
+ Enabled : false
83
+ Lint/SharedMutableDefault : # new in 1.70
84
+ Enabled : false
85
+ Lint/UnescapedBracketInRegexp : # new in 1.68
86
+ Enabled : false
87
+ Lint/UselessDefined : # new in 1.69
88
+ Enabled : false
89
+ Lint/UselessNumericOperation : # new in 1.66
90
+ Enabled : false
91
+ Style/AmbiguousEndlessMethodDefinition : # new in 1.68
92
+ Enabled : false
93
+ Style/BitwisePredicate : # new in 1.68
94
+ Enabled : false
95
+ Style/CombinableDefined : # new in 1.68
96
+ Enabled : false
97
+ Style/DigChain : # new in 1.69
98
+ Enabled : false
99
+ Style/FileNull : # new in 1.69
100
+ Enabled : false
101
+ Style/FileTouch : # new in 1.69
102
+ Enabled : false
103
+ Style/ItAssignment : # new in 1.70
104
+ Enabled : false
105
+ Style/KeywordArgumentsMerging : # new in 1.68
106
+ Enabled : false
107
+ Style/RedundantInterpolationUnfreeze : # new in 1.66
108
+ Enabled : false
109
+ Style/SafeNavigationChainLength : # new in 1.68
110
+ Enabled : false
111
+ Style/SendWithLiteralMethodName : # new in 1.64
112
+ Enabled : false
113
+ Style/SuperArguments : # new in 1.64
114
+ Enabled : false
115
+ Performance/StringBytesize : # new in 1.23
116
+ Enabled : false
Original file line number Diff line number Diff line change @@ -96,3 +96,7 @@ Rails/ThreeStateBooleanColumn: # new in 2.19
96
96
Enabled : false
97
97
Rails/UnusedRenderContent : # new in 2.21
98
98
Enabled : false
99
+ Rails/EnumSyntax : # new in 2.26
100
+ Enabled : false
101
+ Rails/WhereRange : # new in 2.25
102
+ Enabled : false
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = "rubocop-github"
5
- s . version = "0.21 .0"
5
+ s . version = "0.22 .0"
6
6
s . summary = "RuboCop GitHub"
7
7
s . description = "Code style checking for GitHub Ruby repositories "
8
8
s . homepage = "https://github.com/github/rubocop-github"
You can’t perform that action at this time.
0 commit comments