* Change: #591 ホワイトリストのドメイン一覧の保存先・画面変更 * Update account_batch.rb * 表示まわりを改善 * Update dangerous.rake
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
# This configuration was generated by
|
|
# `haml-lint --auto-gen-config`
|
|
# on 2024-01-09 11:30:07 -0500 using Haml-Lint version 0.53.0.
|
|
# The point is for the user to remove these configuration records
|
|
# one by one as the lints are removed from the code base.
|
|
# Note that changes in the inspected code, or installation of new
|
|
# versions of Haml-Lint, may require this file to be generated again.
|
|
|
|
linters:
|
|
# Offense count: 1
|
|
LineLength:
|
|
exclude:
|
|
- 'app/views/admin/ng_rules/_ng_rule_fields.html.haml'
|
|
- 'app/views/admin/roles/_form.html.haml'
|
|
|
|
# Offense count: 9
|
|
RuboCop:
|
|
exclude:
|
|
- 'app/views/home/index.html.haml'
|
|
|
|
ViewLength:
|
|
exclude:
|
|
- 'app/views/admin/accounts/index.html.haml'
|
|
- 'app/views/admin/instances/show.html.haml'
|
|
- 'app/views/admin/ng_rules/_ng_rule_fields.html.haml'
|
|
- 'app/views/admin/settings/discovery/show.html.haml'
|
|
- 'app/views/settings/preferences/appearance/show.html.haml'
|
|
- 'app/views/settings/preferences/other/show.html.haml'
|
|
|
|
InstanceVariables:
|
|
exclude:
|
|
- 'app/views/application/_sidebar.html.haml'
|
|
- 'app/views/admin/ng_rules/_ng_rule_fields.html.haml'
|
|
- 'app/views/admin/ng_words/keywords/_ng_word.html.haml'
|
|
- 'app/views/admin/ng_words/white_list/_specified_domain.html.haml'
|
|
- 'app/views/admin/sensitive_words/_sensitive_word.html.haml'
|