I'm seeing the following error when running ERB Lint:
Linting 1 files with 10 linters...
An error occurred while Style/SafeNavigation cop was inspecting /.../file.html.erb:1:10.
To see the complete backtrace run rubocop -d.
No errors were found in ERB files
- How do I get
erb_lint to run rubocop -d to find out what's causing the error?
- ERB Lint is still passing even though it's running into this error - should it not fail if it encounters an error like this?
Thanks!