????

Your IP : 3.17.74.181


Current Path : C:/inetpub/vhost/redmine/plugins/redmine_wysiwyg_editor/
Upload File :
Current File : C:/inetpub/vhost/redmine/plugins/redmine_wysiwyg_editor/.rubocop.yml

require:
  - rubocop-rails

AllCops:
  Exclude:
    - 'vendor/**/*'

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 35