We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99df5a5 commit 1663fb0Copy full SHA for 1663fb0
.rubocop.yml
@@ -3,6 +3,7 @@ inherit_gem:
3
- config/default.yml
4
5
AllCops:
6
+ NewCops: disable
7
SuggestExtensions: false
8
DisplayCopNames: true
9
TargetRubyVersion: 3.1
lib/entitlements/auditor/gitrepo.rb
@@ -330,7 +330,7 @@ def member_strings_as_text(group)
330
end
331
332
member_array = if config["person_dn_format"]
333
- group.member_strings.map { |ms| config["person_dn_format"].gsub("%KEY%", ms).downcase }
+ group.member_strings.map { |ms| config["person_dn_format"].gsub("%KEY%", ms).downcase }
334
else
335
group.member_strings.map(&:downcase)
336
0 commit comments