{"id":13722353,"url":"https://github.com/reviewdog/action-eclint","last_synced_at":"2025-05-07T15:30:32.794Z","repository":{"id":40404858,"uuid":"231421877","full_name":"reviewdog/action-eclint","owner":"reviewdog","description":"Run eclint with reviewdog","archived":true,"fork":false,"pushed_at":"2024-06-23T13:07:24.000Z","size":50,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-04T20:14:03.781Z","etag":null,"topics":["eclint","github-action","reviewdog"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace?type=actions\u0026query=reviewdog","language":"Shell","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/reviewdog.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},"funding":{"github":["reviewdog"],"open_collective":"reviewdog","patreon":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-01-02T16:45:06.000Z","updated_at":"2024-06-23T13:07:26.000Z","dependencies_parsed_at":"2022-08-09T19:30:54.901Z","dependency_job_id":"b2391a0b-808c-447e-9b40-d159196b60cd","html_url":"https://github.com/reviewdog/action-eclint","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewdog%2Faction-eclint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewdog%2Faction-eclint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewdog%2Faction-eclint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewdog%2Faction-eclint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reviewdog","download_url":"https://codeload.github.com/reviewdog/action-eclint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252905515,"owners_count":21822818,"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","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":["eclint","github-action","reviewdog"],"created_at":"2024-08-03T01:01:27.707Z","updated_at":"2025-05-07T15:30:32.534Z","avatar_url":"https://github.com/reviewdog.png","language":"Shell","funding_links":["https://github.com/sponsors/reviewdog","https://opencollective.com/reviewdog"],"categories":["Lint"],"sub_categories":[],"readme":"# WARNING\n\nreviewdog/action-eclint is no longer maintained.\nPlease use another action. See https://github.com/reviewdog/action-eclint/issues/29\n\n# GitHub Action: Run eclint with reviewdog\n\n[![Docker Image CI](https://github.com/reviewdog/action-eclint/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/reviewdog/action-eclint/actions)\n[![Release](https://img.shields.io/github/release/reviewdog/action-eclint?sort=semver)](https://github.com/reviewdog/action-eclint/releases)\n\nThis action runs [eclint](https://github.com/jedmao/eclint) with\n[reviewdog](https://github.com/reviewdog/reviewdog) on pull requests to improve\ncode review experience.\n\n[![github-pr-check sample](https://user-images.githubusercontent.com/3797062/65439130-a6043b80-de61-11e9-98b5-bd9567e184b0.png)](https://github.com/reviewdog/action-eclint/pull/1)\n[![github-pr-review sample](https://user-images.githubusercontent.com/3797062/65439073-91c03e80-de61-11e9-9077-39d480fbad0d.png)](https://github.com/reviewdog/action-eclint/pull/1)\n\n## Inputs\n\n### `github_token`\n\n**Required**. The default value is `github_token: ${{ github.token }}`'.\n\n### `level`\n\nOptional. Report level for reviewdog [info,warning,error].\nIt's same as `-level` flag of reviewdog.\n\n### `reporter`\n\nReporter of reviewdog command [github-pr-check,github-check,github-pr-review].\nDefault is github-pr-check.\nIt's same as `-reporter` flag of reviewdog.\n\ngithub-pr-review can use Markdown and add a link to rule page in reviewdog reports.\n\n### `eclint_flags`\n\nOptional. Flags and args of eclint command. Default: '.'\n\n## Example usage\n\nYou can create [eclint config](https://editorconfig.org/) and this action uses that config too.\n\n### [.github/workflows/reviewdog.yml](.github/workflows/reviewdog.yml)\n\n```yml\nname: reviewdog\non: [pull_request]\njobs:\n  eclint:\n    name: runner / eclint\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: eclint\n        uses: reviewdog/action-eclint@v1\n        with:\n          github_token: ${{ secrets.github_token }}\n          reporter: github-pr-review # Change reporter.\n          eclint_flags: 'src/'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freviewdog%2Faction-eclint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freviewdog%2Faction-eclint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freviewdog%2Faction-eclint/lists"}