diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 22:06:17 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 22:06:17 +0200 |
| commit | a3508c049d3a18bf4b76e4bb2d38e4f2ffee048c (patch) | |
| tree | 6bb4604833463e0f1637baefc225f304a8cf3d79 /.erb_lint.yml | |
| parent | 8e1cbe1362059ee02bcc6380be3fb979455da022 (diff) | |
Add linter prefs to identify untranslated strings
Diffstat (limited to '.erb_lint.yml')
| -rw-r--r-- | .erb_lint.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.erb_lint.yml b/.erb_lint.yml new file mode 100644 index 00000000..245020c2 --- /dev/null +++ b/.erb_lint.yml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | --- | ||
| 2 | EnableDefaultLinters: false | ||
| 3 | glob: "app/views/**/*.html.erb" | ||
| 4 | linters: | ||
| 5 | HardCodedString: | ||
| 6 | enabled: true | ||
