{"id":18746382,"url":"https://github.com/sparksp/elm-review-camelcase","last_synced_at":"2025-04-12T22:14:54.785Z","repository":{"id":40304991,"uuid":"259992900","full_name":"sparksp/elm-review-camelcase","owner":"sparksp","description":"elm-review rule to ensure your code uses camelCase","archived":false,"fork":false,"pushed_at":"2025-03-16T14:28:03.000Z","size":854,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T16:21:23.071Z","etag":null,"topics":["camelcase","elm","elm-review","review-camelcase"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/sparksp/elm-review-camelcase/latest/","language":"Elm","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/sparksp.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-04-29T17:20:36.000Z","updated_at":"2025-03-16T14:28:05.000Z","dependencies_parsed_at":"2023-02-18T05:46:14.007Z","dependency_job_id":"cb730084-5237-4aa0-bb84-3b96025c0823","html_url":"https://github.com/sparksp/elm-review-camelcase","commit_stats":{"total_commits":147,"total_committers":3,"mean_commits":49.0,"dds":0.435374149659864,"last_synced_commit":"aeef247b0b8897b52f8e37de280fb1dca68c4cec"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksp%2Felm-review-camelcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksp%2Felm-review-camelcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksp%2Felm-review-camelcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksp%2Felm-review-camelcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparksp","download_url":"https://codeload.github.com/sparksp/elm-review-camelcase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637793,"owners_count":21137538,"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":["camelcase","elm","elm-review","review-camelcase"],"created_at":"2024-11-07T16:25:18.518Z","updated_at":"2025-04-12T22:14:54.758Z","avatar_url":"https://github.com/sparksp.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-review-camelcase\n\n![elm package](https://img.shields.io/elm-package/v/sparksp/elm-review-camelcase)\n![elm-review 2.3](https://img.shields.io/badge/elm--review-2.3-%231293D8)\n![elm 0.19](https://img.shields.io/badge/elm-0.19-%231293D8)\n![Tests](https://github.com/sparksp/elm-review-camelcase/workflows/Tests/badge.svg)\n\nProvides an [`elm-review`](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/) rule to ensure your code uses only camelCase and PascalCase for variables, constants and other declarations.\n\n\n## Provided rule\n\n- [`UseCamelCase`](https://package.elm-lang.org/packages/sparksp/elm-review-camelcase/1.1.0/UseCamelCase) - Reports code written in the wrong case style.\n\n\n## Example configuration\n\n```elm\nmodule ReviewConfig exposing (config)\n\nimport Review.Rule exposing (Rule)\nimport UseCamelCase\n\n\nconfig : List Rule\nconfig =\n    [ UseCamelCase.rule UseCamelCase.default\n    ]\n```\n\nDetailed [configuration documentation](https://package.elm-lang.org/packages/sparksp/elm-review-camelcase/1.1.0/UseCamelCase#configuration) is provided with the rule.\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 sparksp/elm-review-camelcase/example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparksp%2Felm-review-camelcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparksp%2Felm-review-camelcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparksp%2Felm-review-camelcase/lists"}