|
|
|
@ -1,6 +1,6 @@
|
|
|
|
# This configuration was generated by
|
|
|
|
# This configuration was generated by
|
|
|
|
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp`
|
|
|
|
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp`
|
|
|
|
# using RuboCop version 1.73.2.
|
|
|
|
# using RuboCop version 1.75.0.
|
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
# one by one as the offenses are removed from the code base.
|
|
|
|
# one by one as the offenses are removed from the code base.
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
@ -45,7 +45,7 @@ Style/FetchEnvVar:
|
|
|
|
- 'lib/tasks/repo.rake'
|
|
|
|
- 'lib/tasks/repo.rake'
|
|
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
# Configuration parameters: EnforcedStyle, MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns.
|
|
|
|
# Configuration parameters: EnforcedStyle, MaxUnannotatedPlaceholdersAllowed, Mode, AllowedMethods, AllowedPatterns.
|
|
|
|
# SupportedStyles: annotated, template, unannotated
|
|
|
|
# SupportedStyles: annotated, template, unannotated
|
|
|
|
# AllowedMethods: redirect
|
|
|
|
# AllowedMethods: redirect
|
|
|
|
Style/FormatStringToken:
|
|
|
|
Style/FormatStringToken:
|
|
|
|
@ -73,7 +73,6 @@ Style/MapToHash:
|
|
|
|
# AllowedMethods: respond_to_missing?
|
|
|
|
# AllowedMethods: respond_to_missing?
|
|
|
|
Style/OptionalBooleanParameter:
|
|
|
|
Style/OptionalBooleanParameter:
|
|
|
|
Exclude:
|
|
|
|
Exclude:
|
|
|
|
- 'app/helpers/json_ld_helper.rb'
|
|
|
|
|
|
|
|
- 'app/lib/admin/system_check/message.rb'
|
|
|
|
- 'app/lib/admin/system_check/message.rb'
|
|
|
|
- 'app/lib/request.rb'
|
|
|
|
- 'app/lib/request.rb'
|
|
|
|
- 'app/lib/webfinger.rb'
|
|
|
|
- 'app/lib/webfinger.rb'
|
|
|
|
|