Skip to content

Commit

Permalink
remove repo link (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-affirm authored Sep 29, 2023
1 parent 68e24d3 commit b308472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
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](./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` 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: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"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 b308472

Please sign in to comment.