Closed mikebronner closed 3 years ago
I've tried the following, but it does not seem to work:
exclude: ./public/*,./package.json,./package-lock.json,./composer.json,./composer.lock
Neither does the following (spaces instead of commas):
exclude: ./public/* ./package.json ./package-lock.json ./composer.json ./composer.lock
If I only exclude as follows, it works for that folder:
exclude: ./public/*
Any suggestions as to what is wrong? Thank you!
fixed by https://github.com/reviewdog/action-misspell/pull/27
I've tried the following, but it does not seem to work:
Neither does the following (spaces instead of commas):
If I only exclude as follows, it works for that folder:
Any suggestions as to what is wrong? Thank you!