houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 402 forks source link

Hound not finding violations #1792

Closed diogoscf closed 4 years ago

diogoscf commented 4 years ago

I have a repo where I'm trying to set up hound. I opened a PR with deliberate style violations, and Hound failed to detect them. Running eslint locally does display errors, and I know Hound is set up since it says all checks have passed. What am I doing wrong?

gylaz commented 4 years ago

@diogoscf The file should be with a leading ., like .hound.yml. Try that and it should get picked up.

diogoscf commented 4 years ago

Ah yes it works now! Thanks for the help!