1
0
Fork 0
forked from gitea/nas

Update rubocop to version 1.76.0 (#34926)

This commit is contained in:
Matt Jankowski 2025-06-05 08:09:05 -04:00 committed by GitHub
parent 1fdcaaebbb
commit 1297ad759e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 14 additions and 11 deletions

View file

@ -17,7 +17,7 @@ module UserSettings::Glue
self.class.definition_for(key)&.type
end
def has_attribute?(key) # rubocop:disable Naming/PredicateName
def has_attribute?(key) # rubocop:disable Naming/PredicatePrefix
self.class.definition_for?(key)
end
end