79654664

Date: 2025-06-05 14:27:45
Score: 0.5
Natty:
Report link

These answers were a good starting point for me, but non quite worked.

git diff --name-only --diff-filter=ACM main | xargs rubocop --force-exclusio

this adds a filter for added, copied or modified files and forces the exclusion so you don't check files that are ignored in the rubocop.yml

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Phil-6