Skip to content

Commit

Permalink
Revert "remove repo link (#8)" (#9)
Browse files Browse the repository at this point in the history
This reverts commit b308472.
  • Loading branch information
ps-affirm authored Oct 11, 2023
1 parent b308472 commit 28a3999
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit 28a3999

Please sign in to comment.