|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# This configuration was generated by
|
|
|
|
|
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit --no-offense-counts --no-auto-gen-timestamp`
|
|
|
|
|
# using RuboCop version 1.52.1.
|
|
|
|
|
# using RuboCop version 1.54.1.
|
|
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
|
# one by one as the offenses are removed from the code base.
|
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
@ -28,7 +28,6 @@ Layout/ArgumentAlignment:
|
|
|
|
|
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
|
|
|
|
|
Layout/HashAlignment:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'config/boot.rb'
|
|
|
|
|
- 'config/environments/production.rb'
|
|
|
|
|
- 'config/initializers/rack_attack.rb'
|
|
|
|
|
- 'config/routes.rb'
|
|
|
|
@ -252,7 +251,6 @@ RSpec/HookArgument:
|
|
|
|
|
- 'spec/serializers/activitypub/note_serializer_spec.rb'
|
|
|
|
|
- 'spec/serializers/activitypub/update_poll_serializer_spec.rb'
|
|
|
|
|
- 'spec/services/import_service_spec.rb'
|
|
|
|
|
- 'spec/spec_helper.rb'
|
|
|
|
|
|
|
|
|
|
# Configuration parameters: AssignmentOnly.
|
|
|
|
|
RSpec/InstanceVariable:
|
|
|
|
|