Open jjb opened 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...
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.