Add ability to customize pattern suggestions#178
Open
dethancosta wants to merge 4 commits into1Password:mainfrom
Open
Add ability to customize pattern suggestions#178dethancosta wants to merge 4 commits into1Password:mainfrom
dethancosta wants to merge 4 commits into1Password:mainfrom
Conversation
|
Thanks for your contribution! We appreciate it. |
Contributor
Author
|
Of course! I understand, take as long as you need. |
* main:
Upgrade @1password/eslint-config and @typescript-eslint/eslint-plugin, add eslint, remove eslint-plugin-jsdoc eslint-plugin-prettier eslint-plugin-sonarjs eslint-plugin-unicorn
Bump ts-jest
Bump lint-staged
Update esbuild esbuild-register husky license-checker-rseidelsohn lint-staged
Bump Typescript to 5.4.5
Update prettier deps
Update Test and Publish workflow Node version
Partially update jest.config.js to support Winddows
Update build and eslint commands to support running on Windows
Bump to node 18.18.0
Ignore instances of ${{ ... }} when creating a CodeLens suggestion
* main: Add Makefile Change account flag to account id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users can now ignore/disable certain patterns and specify their own custom patterns to be detected, suggested, and saved.
Relevant tests have been added for the new functionality.
Please let me know of any suggestions or changes that should be made 😊
resolves #171