{"id":29008440,"url":"https://github.com/prontolabs/pronto-spell","last_synced_at":"2025-06-25T14:05:42.428Z","repository":{"id":12593077,"uuid":"15263925","full_name":"prontolabs/pronto-spell","owner":"prontolabs","description":"Pronto runner that uses Aspell for spell checking","archived":false,"fork":false,"pushed_at":"2022-12-31T14:25:17.000Z","size":38,"stargazers_count":5,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T14:17:00.520Z","etag":null,"topics":["analyzer","aspell","pronto","pronto-runner","spell-check","spellchecker"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/prontolabs.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2013-12-17T19:32:49.000Z","updated_at":"2021-12-30T05:31:07.000Z","dependencies_parsed_at":"2023-01-13T17:02:01.312Z","dependency_job_id":null,"html_url":"https://github.com/prontolabs/pronto-spell","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/prontolabs/pronto-spell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-spell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-spell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-spell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-spell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prontolabs","download_url":"https://codeload.github.com/prontolabs/pronto-spell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-spell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261888089,"owners_count":23225141,"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":["analyzer","aspell","pronto","pronto-runner","spell-check","spellchecker"],"created_at":"2025-06-25T14:05:37.643Z","updated_at":"2025-06-25T14:05:42.420Z","avatar_url":"https://github.com/prontolabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pronto runner that uses Aspell for spell checking\n\n[![Code Climate](https://codeclimate.com/github/prontolabs/pronto-spell.png)](https://codeclimate.com/github/prontolabs/pronto-spell)\n[![Build Status](https://github.com/prontolabs/pronto-spell/actions/workflows/checks.yml/badge.svg)](https://github.com/prontolabs/pronto-spell/actions/workflows/checks.yml)\n[![Gem Version](https://badge.fury.io/rb/pronto-spell.png)](http://badge.fury.io/rb/pronto-spell)\n\nPronto runner that uses [Aspell](https://github.com/YorickPeterse/ffi-aspell) for spell checking. [What is Pronto?](https://github.com/prontolabs/pronto)\n\n## Prerequisites\n\nYou'll need to install Aspell:\n\n* Arch Linux: `sudo pacman -S aspell`\n* OS X: (`brew install aspell --lang=en`)\n\n## Configuration\n\nIn order to change configuration, you need to create `.pronto_spell.yml` file in your project root directory. Awailable options are:\n\n```YAML\nsuggestion_mode: 'fast' # default\nlanguage: 'en_US' # default\nmin_word_length: 5 # default\nmax_word_length: 999 # default is Infinity\nmax_suggestions_number: 3 # default\nignored_words: # words in this list won't be marked as misspelled\n  - aspell\n  - boolean\n  - datetime\nonly_lines_matching: # spell checker will run only if the diff contains a word in this list\n  - context\n  - describe\n```\n\nIt's also handy to have `.pronto.yml`. Here is configuration, designed for rails project:\n```YAML\nspell:\n  exclude:\n    - 'yarn.lock'\n    - 'Gemfile.lock'\n    - 'Gemfile'\n    - 'package.json'\n    - '.*.yml'\n    - '*.json'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprontolabs%2Fpronto-spell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprontolabs%2Fpronto-spell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprontolabs%2Fpronto-spell/lists"}