sindresorhus / awesome-lint

Linter for Awesome lists
MIT License
600 stars 56 forks source link

Linter TOC + ' used without matching #152

Open cosydney opened 1 year ago

cosydney commented 1 year ago

When I run: npx awesome-lint https://github.com/axolo-co/awesome-slack-apps

I get a few errors.

I don't understand this one:

And the ' used without matching seems to be a false positive.

image
cosydney commented 1 year ago

I found out some of the errors, was using ’ instead of '

rtbs-dev commented 5 months ago

I just had this error too, I feel your pain. That teaches me to copy from a PDF I guess. :sweat_smile:

Could be helpful to lint/warn against certain nasty characters like and the weird space characters, etc.