{"id":21133388,"url":"https://github.com/purpleclay/misspell-codeclimate","last_synced_at":"2026-05-22T14:04:43.344Z","repository":{"id":50344694,"uuid":"518774834","full_name":"purpleclay/misspell-codeclimate","owner":"purpleclay","description":"Turn that misspell report into a GitLab compatible Code Climate report","archived":false,"fork":false,"pushed_at":"2023-02-27T20:53:35.000Z","size":51,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T03:49:37.355Z","etag":null,"topics":["code-quality","codeclimate","codeclimate-report","gitlab","job","misspell","report"],"latest_commit_sha":null,"homepage":"","language":"Go","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/purpleclay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-28T09:05:11.000Z","updated_at":"2023-02-13T05:56:07.000Z","dependencies_parsed_at":"2024-06-21T11:48:36.338Z","dependency_job_id":"9abd5552-d9ac-47fd-bb6d-eeeb401de7fa","html_url":"https://github.com/purpleclay/misspell-codeclimate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purpleclay%2Fmisspell-codeclimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purpleclay%2Fmisspell-codeclimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purpleclay%2Fmisspell-codeclimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purpleclay%2Fmisspell-codeclimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purpleclay","download_url":"https://codeload.github.com/purpleclay/misspell-codeclimate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243576943,"owners_count":20313524,"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":["code-quality","codeclimate","codeclimate-report","gitlab","job","misspell","report"],"created_at":"2024-11-20T06:08:16.569Z","updated_at":"2026-05-22T14:04:38.312Z","avatar_url":"https://github.com/purpleclay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# misspell-codeclimate\n\nTurn that [misspell](https://github.com/client9/misspell) report into a GitLab compatible Code Climate [report](https://docs.gitlab.com/ee/ci/testing/code_quality.html#implementing-a-custom-tool) for annotated merge requests.\n\n[![Build status](https://img.shields.io/github/workflow/status/purpleclay/misspell-codeclimate/ci?style=flat-square\u0026logo=go)](https://github.com/purpleclay/misspell-codeclimate/actions?workflow=ci)\n[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](/LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/purpleclay/misspell-codeclimate?style=flat-square)](https://goreportcard.com/report/github.com/purpleclay/misspell-codeclimate)\n[![Go Version](https://img.shields.io/github/go-mod/go-version/purpleclay/misspell-codeclimate.svg?style=flat-square)](go.mod)\n[![codecov](https://codecov.io/gh/purpleclay/misspell-codeclimate/branch/main/graph/badge.svg)](https://codecov.io/gh/purpleclay/misspell-codeclimate)\n\n## Quick Start\n\nGenerate a misspell report by scanning your repository:\n\n```sh\nmisspell -locale UK docs \u003e misspell-report.txt\n```\n\nThen generate a Code Climate report:\n\n```sh\nmisspell-codeclimate --file misspell-report.txt \u003e codeclimate-report.json\n```\n\n## Install\n\n### Homebrew\n\nTo use [Homebrew](https://brew.sh/):\n\n```sh\nbrew install purpleclay/tap/misspell-codeclimate\n```\n\n### Scoop\n\nTo use [Scoop](https://scoop.sh/):\n\n```sh\nscoop bucket add purpleclay https://github.com/purpleclay/scoop-bucket.git\nscoop install misspell-codeclimate\n```\n\n### Apt\n\nTo install using the [apt](https://ubuntu.com/server/docs/package-management) package manager:\n\n```sh\necho 'deb [trusted=yes] https://fury.purpleclay.dev/apt/ /' | sudo tee /etc/apt/sources.list.d/purpleclay.list\nsudo apt update\nsudo apt install -y misspell-codeclimate\n```\n\nYou may need to install the `ca-certificates` package if you encounter [trust issues](https://gemfury.com/help/could-not-verify-ssl-certificate/) with regards to the gemfury certificate:\n\n```sh\nsudo apt update \u0026\u0026 sudo apt install -y ca-certificates\n```\n\n### Yum\n\nTo install using the yum package manager:\n\n```sh\necho '[purpleclay]\nname=purpleclay\nbaseurl=https://fury.purpleclay.dev/yum/\nenabled=1\ngpgcheck=0' | sudo tee /etc/yum.repos.d/purpleclay.repo\nsudo yum install -y misspell-codeclimate\n```\n\n### Aur\n\nTo install from the [aur](https://archlinux.org/) using [yay](https://github.com/Jguer/yay):\n\n```sh\nyay -S misspell-codeclimate-bin\n```\n\n### Bash Script\n\nTo install the latest version using a bash script:\n\n```sh\ncurl https://raw.githubusercontent.com/purpleclay/misspell-codeclimate/main/scripts/install | bash\n```\n\nA specific version can be downloaded by using the `-v` flag. By default the script uses `sudo`, which can be turned off by using the `--no-sudo` flag.\n\n```sh\ncurl https://raw.githubusercontent.com/purpleclay/misspell-codeclimate/main/scripts/install | bash -s -- -v v0.1.0 --no-sudo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurpleclay%2Fmisspell-codeclimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurpleclay%2Fmisspell-codeclimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurpleclay%2Fmisspell-codeclimate/lists"}