Skip to content

Commit fdd7a42

Browse files
committed
linter
1 parent 188ab0a commit fdd7a42

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+
SuggestExtensions: false
67
DisplayCopNames: true
78
TargetRubyVersion: 3.1.2
89
Exclude:

entitlements-app.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative "lib/version"
44

55
Gem::Specification.new do |s|
6-
s.name = ENV['GEM_NAME'] ? ENV['GEM_NAME'] : 'entitlements-app'
6+
s.name = ENV["GEM_NAME"] ? ENV["GEM_NAME"] : "entitlements-app"
77
s.version = Entitlements::Version::VERSION
88
s.summary = "git-managed LDAP group configurations"
99
s.description = "The Ruby Gem that Powers Entitlements - GitHub's Identity and Access Management System"

0 commit comments

Comments
 (0)