# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.44.0.
+# using RuboCop version 1.44.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
Security/YAMLLoad:
Exclude:
- 'Gemfile'
- - 'app/models/setting.rb'
- 'lib/redmine/configuration.rb'
# This cop supports safe autocorrection (--autocorrect).
Style/ColonMethodCall:
Exclude:
- 'app/controllers/admin_controller.rb'
- - 'app/models/setting.rb'
- 'lib/redmine/configuration.rb'
- 'lib/redmine/export/pdf.rb'
- 'lib/redmine/wiki_formatting.rb'