quasilyte / repolint

Tool to check github user/organization repositories for some simple and common issues.
MIT License
19 stars 3 forks source link

Improve warnings text readability #6

Closed quasilyte closed 5 years ago

quasilyte commented 5 years ago

Temporary files make warning messages text less readable:

bad-repo: CONTRIBUTING: /tmp/repolint964199624/CONTRIBUTING:1:0: "existance" is a misspelling of "existence"
bad-repo: CONTRIBUTING.md: /tmp/repolint964199624/CONTRIBUTING.md:1:0: "existance" is a misspelling of "existence"

Original filename should be used instead.