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

Revert "remove repo link" #9

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Two task providers are created for each linter:

Any time a user changes the `.pre-commit-config.yaml`, the task provider will dump its parsed cache and force a reparse the next time the user tries to select a task to run.

When the pre-commit task fails, it uses a [Problem Matcher](https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher) defined in the `package.json` to determine if it can parse the pre-commit error and add it to the `PROBLEMS` panel and highlight it in the IDE. This makes it easier to spot where pre-commit linting errors are located.
When the pre-commit task fails, it uses a [Problem Matcher](https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher) defined in the [package.json](./package.json) to determine if it can parse the pre-commit error and add it to the `PROBLEMS` panel and highlight it in the IDE. This makes it easier to spot where pre-commit linting errors are located.

## Requirements

Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"publisher": "Affirm",
"license": "BSD-3-Clause",
"version": "0.2.0",
"homepage": "https://github.com/Affirm/pre-commit-tasks",
"bugs": {
"url": "https://github.com/Affirm/pre-commit-tasks"
},
"repository": {
"type": "git",
"url": "https://github.com/Affirm/pre-commit-tasks.git"
},
"keywords": [
"pre-commit"
],
Expand Down