{"id":17272511,"url":"https://github.com/aslafy-z/problem-matchers","last_synced_at":"2026-01-05T17:48:40.243Z","repository":{"id":96621422,"uuid":"232191879","full_name":"aslafy-z/problem-matchers","owner":"aslafy-z","description":"VSCode Problem matchers collection ","archived":false,"fork":false,"pushed_at":"2023-02-01T12:21:20.000Z","size":28,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T12:48:12.589Z","etag":null,"topics":["github-action","hacktoberfest","linter","problem-matcher","vscode"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aslafy-z.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-06T21:50:53.000Z","updated_at":"2023-03-17T12:21:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a78e35e-e174-4c3f-8fe3-da6677e2cab8","html_url":"https://github.com/aslafy-z/problem-matchers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aslafy-z/problem-matchers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslafy-z%2Fproblem-matchers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslafy-z%2Fproblem-matchers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslafy-z%2Fproblem-matchers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslafy-z%2Fproblem-matchers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aslafy-z","download_url":"https://codeload.github.com/aslafy-z/problem-matchers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslafy-z%2Fproblem-matchers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28217821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","hacktoberfest","linter","problem-matcher","vscode"],"created_at":"2024-10-15T08:48:48.428Z","updated_at":"2026-01-05T17:48:40.213Z","avatar_url":"https://github.com/aslafy-z.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# problem-matchers\n\n## References\n\n- https://code.visualstudio.com/Docs/editor/tasks#_defining-a-problem-matcher\n- https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md\n- https://github.com/mheap/problem-matcher-tester\n\n## Issues\n\n- https://github.com/microsoft/vscode/issues/9635\n\n## Sources\n\n- [`cfn-lint`](./src/cfn-lint.json) ([source](https://github.com/ScottBrenner/cfn-lint-action/blob/4e7c712c4d5e271500b8ad3d714bf09eef6e5a58/cfn-lint.json))\n- [`csc`](./src/csc.json) ([source](https://github.com/actions/setup-dotnet/blob/6f7ce4eb3536f395a709c8ec2bbf01c63bb129f1/.github/csc.json))\n- [`dotnet-format`](./src/dotnet-format.json) ([source](https://github.com/dotnet/format/issues/247))\n- [`eslint-compact`](./src/eslint-compact.json) ([source](https://github.com/actions/setup-node/blob/9bb7038a073441f1f0c3c33070fc1601a2638b1e/.github/eslint-compact.json))\n- [`eslint-stylish`](./src/eslint-stylish.json) ([source](https://github.com/actions/setup-node/blob/9bb7038a073441f1f0c3c33070fc1601a2638b1e/.github/eslint-stylish.json))\n- [`flake8`](./src/flake8.json) ([source](https://github.com/TrueBrain/actions-flake8/blob/9f8b5280593a9cebd77b326861e59dfc444677d2/flake8-matcher.json))\n- [`gcc`](./src/gcc.json) ([source](https://github.com/microsoft/vscode-cpptools/blob/acdd5ca9d21cb1dda535594bee461beb9e8a5f06/Extension/package.json))\n- [`go`](./src/go.json) ([source](https://github.com/actions/setup-go/blob/5f2246e3c526fbf853adc839e6ab87cf3f5e0225/.github/go.json))\n- [`haxe`](./src/haxe.json) ([source](https://github.com/deengames-prototypes/pattern-warrior/blob/f188558afb39db1f3e28969ff3023bbf26cb1cdf/code/.vscode/tasks.json))\n- [`htmllint`](./src/htmllint.json) ([source](https://github.com/Cherry/htmllint-problem-matcher/blob/a3b897dc1b9dea5439582fefdf4592d6dc3b587b/.github/problem-matcher.json))\n- [`lessc`](./src/lessc.json) ([source](https://github.com/microsoft/vscode/blob/7a5bca9fafbbb23de289179be95e9c4832540c02/extensions/less/package.json))\n- [`markdownlint`](./src/markdownlint.json) ([source](https://github.com/Cherry/htmllint-problem-matcher/blob/a3b897dc1b9dea5439582fefdf4592d6dc3b587b/.github/problem-matcher.json))\n- [`msvc`](./src/msvc.json) ([source](https://github.com/ammaraskar/msvc-problem-matcher/blob/99d263b599fcdb17e91b89a949cd01d6184e6b7c/msvc_matcher.json))\n- [`node-sass`](./src/node-sass.json) ([source](https://github.com/microsoft/vscode/blob/80ccf6fd9d317a5f812f1c98c6ddd2a853ac6b32/extensions/scss/package.json))\n- [`phplint`](./src/phplint.json) ([source](https://github.com/korelstar/phplint-problem-matcher/blob/65ba096f36d529ff7e26267074e4a814824c89ae/phplint-matcher.json))\n- [`python`](./src/python.json) ([source](https://github.com/actions/setup-python/blob/60f686a14891caf7b5c205c91e1413fdb0ff1684/.github/python.json))\n- [`rubocop`](./src/rubocop.json) ([source](https://github.com/rewindio/github-action-rubocop/blob/9e1f335c9527680799c2d4bc6ae144cdb745f729/rubocop-problem-matcher.json))\n- [`ruby`](./src/ruby.json) ([source](https://github.com/qanplazas/vscode-problemMatchers/blob/1b08a894eaeec5c1a872d16817ba8216d4851a27/src/ruby/tasks.json))\n- [`stylelint`](./src/stylelint.json) ([source](https://github.com/xt0rted/stylelint-problem-matcher/blob/5ee95e741fe69c1ec3b78052d2f4ce5b4c0a9f11/.github/problem-matcher.json))\n- [`tap`](./src/tap.json) ([source](https://gist.github.com/mrcaron/eeb03a7777b6352eac38335ecaf1d424))\n- [`tsc`](./src/tsc.json) ([source](https://github.com/actions/setup-node/blob/9bb7038a073441f1f0c3c33070fc1601a2638b1e/.github/tsc.json))\n- [`tslint4`](./src/tslint4.json) ([source](https://github.com/microsoft/vscode-tslint/blob/94595c1c0a80c3fe8fb4d20b2331040e45341cc5/tslint/package.json))\n- [`tslint5`](./src/tslint5.json) ([source](https://github.com/microsoft/vscode-tslint/blob/94595c1c0a80c3fe8fb4d20b2331040e45341cc5/tslint/package.json))\n- [`valac`](./src/valac.json) ([source](https://github.com/thiagoabreu/vala-code/blob/3b5c717ecdd0231cfa538aa8d0e44a9e6dd70e75/package.json))\n- [`xmllint`](./src/xmllint.json) ([source](https://github.com/korelstar/xmllint-problem-matcher/blob/059d630f7d16a7a38845c30e0227a875e39813db/xmllint-matcher.json))\n- [`tflint-compact`](./src/tflint-compact.json) ([source](https://github.com/terraform-linters/setup-tflint/blob/0ebbf28dae0734e50a0530570ddaf209fd00cd8e/.github/matchers.json))\n\n### Thanks to all upstream contributors!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslafy-z%2Fproblem-matchers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faslafy-z%2Fproblem-matchers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslafy-z%2Fproblem-matchers/lists"}