Skip to content

Commit 1663fb0

Browse files
committed
lint
1 parent 99df5a5 commit 1663fb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ inherit_gem:
33
- config/default.yml
44

55
AllCops:
6+
NewCops: disable
67
SuggestExtensions: false
78
DisplayCopNames: true
89
TargetRubyVersion: 3.1

lib/entitlements/auditor/gitrepo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def member_strings_as_text(group)
330330
end
331331

332332
member_array = if config["person_dn_format"]
333-
group.member_strings.map { |ms| config["person_dn_format"].gsub("%KEY%", ms).downcase }
333+
group.member_strings.map { |ms| config["person_dn_format"].gsub("%KEY%", ms).downcase }
334334
else
335335
group.member_strings.map(&:downcase)
336336
end

0 commit comments

Comments
 (0)