prontolabs / pronto-rubocop

Pronto runner for Rubocop, ruby code analyzer
MIT License
83 stars 74 forks source link

Doesnt respect excluded files in .rubocop.yml #95

Open Peredery opened 2 hours ago

Peredery commented 2 hours ago

If it is set to check files that are only in the commit, it will check them even if they are excluded in .rubocop.yml

Peredery commented 2 hours ago

The same goes for includes, if .rubocop.yml is enabled only for the folder with /app/src/* then Pronto will still check even in the root of /app/example.txt.