{"id":16528536,"url":"https://github.com/mthadley/elm-review-unit","last_synced_at":"2025-04-10T09:45:37.780Z","repository":{"id":48918975,"uuid":"380576347","full_name":"mthadley/elm-review-unit","owner":"mthadley","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-21T02:18:09.000Z","size":83,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T08:41:56.944Z","etag":null,"topics":["elm","elm-review"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/mthadley/elm-review-unit/latest/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mthadley.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}},"created_at":"2021-06-26T18:56:34.000Z","updated_at":"2023-02-24T10:07:12.000Z","dependencies_parsed_at":"2023-01-30T02:30:42.257Z","dependency_job_id":null,"html_url":"https://github.com/mthadley/elm-review-unit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthadley%2Felm-review-unit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthadley%2Felm-review-unit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthadley%2Felm-review-unit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthadley%2Felm-review-unit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mthadley","download_url":"https://codeload.github.com/mthadley/elm-review-unit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248196310,"owners_count":21063392,"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":["elm","elm-review"],"created_at":"2024-10-11T17:40:45.202Z","updated_at":"2025-04-10T09:45:37.755Z","avatar_url":"https://github.com/mthadley.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-review-unit\n\nProvides [`elm-review`](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/) rules to usage of Elm's \"Unit\" type, also known as `()`.\n\n\n## Provided rules\n\n- [🔧 `NoUnmatchedUnit`](https://package.elm-lang.org/packages/mthadley/elm-review-unit/2.0.2/NoUnmatchedUnit \"Provides automatic fixes\") - Reports when a `()` is ignored (`_`) instead of being matched.\n\n\n## Configuration\n\n```elm\nmodule ReviewConfig exposing (config)\n\nimport NoUnmatchedUnit\nimport Review.Rule exposing (Rule)\n\nconfig : List Rule\nconfig =\n    [ NoUnmatchedUnit.rule\n    ]\n```\n\n\n## Try it out\n\nYou can try the example configuration above out by running the following command:\n\n```bash\nelm-review --template mthadley/elm-review-unit/example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthadley%2Felm-review-unit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmthadley%2Felm-review-unit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthadley%2Felm-review-unit/lists"}