Shopify / erb_lint

Lint your ERB or HTML files
MIT License
676 stars 122 forks source link

can't get a minimal config file to work #347

Open jjb opened 6 months ago

jjb commented 6 months ago

i loathe to post this because it's certainly something specific to my environment, but i cannot get erb lint to respect my config file. i know it is reading it because if there's an error in it, it raises an error.

---
glob: "/app/views/**/*.erb"
EnableDefaultLinters: false
linters:
  FrozenStringLiteralComment:
    enabled: true
➔ ls app/views/**/*.erb |wc -l
     116
➔ bundle exec erblint
no files found or given, specify files or config...