summaryrefslogtreecommitdiff
path: root/.erb_lint.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 22:06:17 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 22:06:17 +0200
commita3508c049d3a18bf4b76e4bb2d38e4f2ffee048c (patch)
tree6bb4604833463e0f1637baefc225f304a8cf3d79 /.erb_lint.yml
parent8e1cbe1362059ee02bcc6380be3fb979455da022 (diff)
Add linter prefs to identify untranslated strings
Diffstat (limited to '.erb_lint.yml')
-rw-r--r--.erb_lint.yml6
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---
2EnableDefaultLinters: false
3glob: "app/views/**/*.html.erb"
4linters:
5 HardCodedString:
6 enabled: true