File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 1
10- # This cop supports safe autocorrection (--autocorrect).
11- Gemspec/RequireMFA :
12- Exclude :
13- - ' rouge.gemspec'
14-
159# Offense count: 8
1610# Configuration parameters: AllowedMethods.
1711# AllowedMethods: enums
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Gem::Specification.new do |s|
2121 "bug_tracker_uri" => "https://github.com/rouge-ruby/rouge/issues" ,
2222 "changelog_uri" => "https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md" ,
2323 "documentation_uri" => "https://rouge-ruby.github.io/docs/" ,
24- "source_code_uri" => "https://github.com/rouge-ruby/rouge"
24+ "source_code_uri" => "https://github.com/rouge-ruby/rouge" ,
25+ "rubygems_mfa_required" => "true"
2526 }
2627
2728 s . add_dependency 'strscan' , '~> 3.1'
You can’t perform that action at this time.
0 commit comments