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 11# rubocop-github
22
3- ## Unreleased
3+ ## v0.22.0
44
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 ) .
66
77## v0.21.0
88
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rubocop-github (0.21 .0 )
4+ rubocop-github (0.22 .0 )
55 rubocop (>= 1.37 )
66 rubocop-performance (>= 1.15 )
77 rubocop-rails (>= 2.17 )
Original file line number Diff line number Diff line change @@ -70,3 +70,47 @@ Style/YAMLFileRead: # new in 1.53
7070 Enabled : false
7171Performance/MapMethodChain : # new in 1.19
7272 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
9696 Enabled : false
9797Rails/UnusedRenderContent : # new in 2.21
9898 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 22
33Gem ::Specification . new do |s |
44 s . name = "rubocop-github"
5- s . version = "0.21 .0"
5+ s . version = "0.22 .0"
66 s . summary = "RuboCop GitHub"
77 s . description = "Code style checking for GitHub Ruby repositories "
88 s . homepage = "https://github.com/github/rubocop-github"
You can’t perform that action at this time.
0 commit comments