* Wip: マイグレーション、設定など一式 * Fix test * Fix test * Fix: マスター用の設定を他サーバーに送信しないよう修正 * DTL、外部サーバーの情報受け入れのテストを追加 * スペルミスを修正 * Web画面に設定項目追加 * 既存の`master_settings`を上書きしないよう修正
46 lines
1.8 KiB
YAML
46 lines
1.8 KiB
YAML
# This configuration was generated by
|
|
# `haml-lint --auto-gen-config`
|
|
# on 2023-10-26 09:32:34 -0400 using Haml-Lint version 0.51.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: 16
|
|
LineLength:
|
|
exclude:
|
|
- 'app/views/admin/account_actions/new.html.haml'
|
|
- 'app/views/admin/accounts/index.html.haml'
|
|
- 'app/views/admin/ip_blocks/new.html.haml'
|
|
- 'app/views/admin/roles/_form.html.haml'
|
|
- 'app/views/admin/settings/discovery/show.html.haml'
|
|
- 'app/views/auth/registrations/edit.html.haml'
|
|
- 'app/views/auth/registrations/new.html.haml'
|
|
- 'app/views/filters/_filter_fields.html.haml'
|
|
- 'app/views/media/player.html.haml'
|
|
- 'app/views/settings/applications/_fields.html.haml'
|
|
- 'app/views/settings/imports/index.html.haml'
|
|
- 'app/views/settings/preferences/appearance/show.html.haml'
|
|
- 'app/views/settings/preferences/notifications/show.html.haml'
|
|
- 'app/views/settings/preferences/other/show.html.haml'
|
|
- 'app/views/settings/preferences/reaching/show.html.haml'
|
|
- 'app/views/settings/profiles/show.html.haml'
|
|
- 'app/views/settings/privacy_extra/show.html.haml'
|
|
|
|
# Offense count: 9
|
|
RuboCop:
|
|
exclude:
|
|
- 'app/views/admin/accounts/_buttons.html.haml'
|
|
- 'app/views/admin/accounts/_local_account.html.haml'
|
|
- 'app/views/admin/roles/_form.html.haml'
|
|
- 'app/views/home/index.html.haml'
|
|
- 'app/views/layouts/application.html.haml'
|
|
|
|
ViewLength:
|
|
exclude:
|
|
- 'app/views/admin/instances/show.html.haml'
|
|
|
|
InstanceVariables:
|
|
exclude:
|
|
- 'app/views/application/_sidebar.html.haml'
|