https://github.com/aslafy-z/problem-matchers
VSCode Problem matchers collection
https://github.com/aslafy-z/problem-matchers
github-action hacktoberfest linter problem-matcher vscode
Last synced: 6 months ago
JSON representation
VSCode Problem matchers collection
- Host: GitHub
- URL: https://github.com/aslafy-z/problem-matchers
- Owner: aslafy-z
- License: mit
- Created: 2020-01-06T21:50:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T12:21:20.000Z (over 3 years ago)
- Last Synced: 2025-03-26T12:48:12.589Z (over 1 year ago)
- Topics: github-action, hacktoberfest, linter, problem-matcher, vscode
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# problem-matchers
## References
- https://code.visualstudio.com/Docs/editor/tasks#_defining-a-problem-matcher
- https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md
- https://github.com/mheap/problem-matcher-tester
## Issues
- https://github.com/microsoft/vscode/issues/9635
## Sources
- [`cfn-lint`](./src/cfn-lint.json) ([source](https://github.com/ScottBrenner/cfn-lint-action/blob/4e7c712c4d5e271500b8ad3d714bf09eef6e5a58/cfn-lint.json))
- [`csc`](./src/csc.json) ([source](https://github.com/actions/setup-dotnet/blob/6f7ce4eb3536f395a709c8ec2bbf01c63bb129f1/.github/csc.json))
- [`dotnet-format`](./src/dotnet-format.json) ([source](https://github.com/dotnet/format/issues/247))
- [`eslint-compact`](./src/eslint-compact.json) ([source](https://github.com/actions/setup-node/blob/9bb7038a073441f1f0c3c33070fc1601a2638b1e/.github/eslint-compact.json))
- [`eslint-stylish`](./src/eslint-stylish.json) ([source](https://github.com/actions/setup-node/blob/9bb7038a073441f1f0c3c33070fc1601a2638b1e/.github/eslint-stylish.json))
- [`flake8`](./src/flake8.json) ([source](https://github.com/TrueBrain/actions-flake8/blob/9f8b5280593a9cebd77b326861e59dfc444677d2/flake8-matcher.json))
- [`gcc`](./src/gcc.json) ([source](https://github.com/microsoft/vscode-cpptools/blob/acdd5ca9d21cb1dda535594bee461beb9e8a5f06/Extension/package.json))
- [`go`](./src/go.json) ([source](https://github.com/actions/setup-go/blob/5f2246e3c526fbf853adc839e6ab87cf3f5e0225/.github/go.json))
- [`haxe`](./src/haxe.json) ([source](https://github.com/deengames-prototypes/pattern-warrior/blob/f188558afb39db1f3e28969ff3023bbf26cb1cdf/code/.vscode/tasks.json))
- [`htmllint`](./src/htmllint.json) ([source](https://github.com/Cherry/htmllint-problem-matcher/blob/a3b897dc1b9dea5439582fefdf4592d6dc3b587b/.github/problem-matcher.json))
- [`lessc`](./src/lessc.json) ([source](https://github.com/microsoft/vscode/blob/7a5bca9fafbbb23de289179be95e9c4832540c02/extensions/less/package.json))
- [`markdownlint`](./src/markdownlint.json) ([source](https://github.com/Cherry/htmllint-problem-matcher/blob/a3b897dc1b9dea5439582fefdf4592d6dc3b587b/.github/problem-matcher.json))
- [`msvc`](./src/msvc.json) ([source](https://github.com/ammaraskar/msvc-problem-matcher/blob/99d263b599fcdb17e91b89a949cd01d6184e6b7c/msvc_matcher.json))
- [`node-sass`](./src/node-sass.json) ([source](https://github.com/microsoft/vscode/blob/80ccf6fd9d317a5f812f1c98c6ddd2a853ac6b32/extensions/scss/package.json))
- [`phplint`](./src/phplint.json) ([source](https://github.com/korelstar/phplint-problem-matcher/blob/65ba096f36d529ff7e26267074e4a814824c89ae/phplint-matcher.json))
- [`python`](./src/python.json) ([source](https://github.com/actions/setup-python/blob/60f686a14891caf7b5c205c91e1413fdb0ff1684/.github/python.json))
- [`rubocop`](./src/rubocop.json) ([source](https://github.com/rewindio/github-action-rubocop/blob/9e1f335c9527680799c2d4bc6ae144cdb745f729/rubocop-problem-matcher.json))
- [`ruby`](./src/ruby.json) ([source](https://github.com/qanplazas/vscode-problemMatchers/blob/1b08a894eaeec5c1a872d16817ba8216d4851a27/src/ruby/tasks.json))
- [`stylelint`](./src/stylelint.json) ([source](https://github.com/xt0rted/stylelint-problem-matcher/blob/5ee95e741fe69c1ec3b78052d2f4ce5b4c0a9f11/.github/problem-matcher.json))
- [`tap`](./src/tap.json) ([source](https://gist.github.com/mrcaron/eeb03a7777b6352eac38335ecaf1d424))
- [`tsc`](./src/tsc.json) ([source](https://github.com/actions/setup-node/blob/9bb7038a073441f1f0c3c33070fc1601a2638b1e/.github/tsc.json))
- [`tslint4`](./src/tslint4.json) ([source](https://github.com/microsoft/vscode-tslint/blob/94595c1c0a80c3fe8fb4d20b2331040e45341cc5/tslint/package.json))
- [`tslint5`](./src/tslint5.json) ([source](https://github.com/microsoft/vscode-tslint/blob/94595c1c0a80c3fe8fb4d20b2331040e45341cc5/tslint/package.json))
- [`valac`](./src/valac.json) ([source](https://github.com/thiagoabreu/vala-code/blob/3b5c717ecdd0231cfa538aa8d0e44a9e6dd70e75/package.json))
- [`xmllint`](./src/xmllint.json) ([source](https://github.com/korelstar/xmllint-problem-matcher/blob/059d630f7d16a7a38845c30e0227a875e39813db/xmllint-matcher.json))
- [`tflint-compact`](./src/tflint-compact.json) ([source](https://github.com/terraform-linters/setup-tflint/blob/0ebbf28dae0734e50a0530570ddaf209fd00cd8e/.github/matchers.json))
### Thanks to all upstream contributors!