# This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 999999` # on 2023-10-23 18:48:06 UTC using RuboCop version 1.57.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 # versions of RuboCop, may require this file to be generated again. # Offense count: 1 Discourse/NoChdir: Exclude: - 'spec/**/*' - 'plugins/*/spec/**/*' - 'snapcher.gemspec' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyleAlignWith, Severity. # SupportedStylesAlignWith: keyword, variable, start_of_line Layout/EndAlignment: Exclude: - 'lib/snapcher/junker.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Width, AllowedPatterns. Layout/IndentationWidth: Exclude: - 'lib/snapcher/junker.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, IndentationWidth. # SupportedStyles: aligned, indented, indented_relative_to_receiver Layout/MultilineMethodCallIndentation: Exclude: - 'sample-app/config/environments/production.rb' # Offense count: 34 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Exclude: - 'lib/generators/snapcher/install/install_generator.rb' - 'sample-app/Gemfile' - 'sample-app/Rakefile' - 'sample-app/app/controllers/application_controller.rb' - 'sample-app/app/helpers/application_helper.rb' - 'sample-app/app/jobs/application_job.rb' - 'sample-app/app/models/application_record.rb' - 'sample-app/app/models/user.rb' - 'sample-app/bin/rails' - 'sample-app/bin/rake' - 'sample-app/bin/setup' - 'sample-app/config.ru' - 'sample-app/config/application.rb' - 'sample-app/config/boot.rb' - 'sample-app/config/environment.rb' - 'sample-app/config/environments/development.rb' - 'sample-app/config/environments/production.rb' - 'sample-app/config/environments/test.rb' - 'sample-app/config/initializers/assets.rb' - 'sample-app/config/initializers/content_security_policy.rb' - 'sample-app/config/initializers/filter_parameter_logging.rb' - 'sample-app/config/initializers/inflections.rb' - 'sample-app/config/initializers/permissions_policy.rb' - 'sample-app/config/puma.rb' - 'sample-app/config/routes.rb' - 'sample-app/db/migrate/20231019150803_create_users.rb' - 'sample-app/db/schema.rb' - 'sample-app/db/seeds.rb' - 'spec/rails_app/config/application.rb' - 'spec/rails_app/config/environment.rb' - 'spec/rails_app/config/environments/test.rb' - 'spec/rails_app/config/routes.rb' - 'spec/support/active_record/models.rb' - 'spec/support/active_record/schema.rb'