Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to exclude additional words on a per-project basis #41

Open
nickfz3n opened this issue Jan 20, 2022 · 0 comments
Open

Add ability to exclude additional words on a per-project basis #41

nickfz3n opened this issue Jan 20, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted ❤️ Easy contribution opportunity

Comments

@nickfz3n
Copy link
Contributor

#18 added the ability to ignore certain terms from being flagged. Adding the ability to allow a repo to define additional words to be flagged would bring balance.

(If something like this is already supported, then documentation on how to do this should be added)

Example of how it could be defined, styled after the README config example:

# An array of patterns following .gitignore rules (http://git-scm.com/docs/gitignore) specifying which files and
# directories should be ignored by the app
ignore:
  - foo
  - bar/
add:
  - <term you wish to block in your repo>
  - <another term>
@nickfz3n nickfz3n added enhancement New feature or request good first issue Good for newcomers help wanted ❤️ Easy contribution opportunity labels Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted ❤️ Easy contribution opportunity
Projects
None yet
Development

No branches or pull requests

1 participant