{"id":50717142,"url":"https://github.com/ghalactic/vale-style","last_synced_at":"2026-06-09T19:30:36.794Z","repository":{"id":355510810,"uuid":"1228375366","full_name":"ghalactic/vale-style","owner":"ghalactic","description":"Vale style configuration for Ghalactic","archived":false,"fork":false,"pushed_at":"2026-05-04T00:43:23.000Z","size":125,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T02:26:21.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/ghalactic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-04T00:16:19.000Z","updated_at":"2026-05-04T00:43:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ghalactic/vale-style","commit_stats":null,"previous_names":["ghalactic/vale-style"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ghalactic/vale-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalactic%2Fvale-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalactic%2Fvale-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalactic%2Fvale-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalactic%2Fvale-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghalactic","download_url":"https://codeload.github.com/ghalactic/vale-style/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalactic%2Fvale-style/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34123169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-09T19:30:34.183Z","updated_at":"2026-06-09T19:30:36.789Z","avatar_url":"https://github.com/ghalactic.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghalactic Vale style\n\nA [Vale] style that enforces the [Galactic] style, which builds on the [Google\ndeveloper documentation style guide].\n\n[vale]: https://vale.sh\n[galactic]: https://ghalactic.github.io\n[google developer documentation style guide]:\n  https://developers.google.com/style\n\n## Installation\n\nAdd the Ghalactic style to your `.vale.ini` configuration:\n\n```ini\nPackages = https://github.com/ghalactic/vale-style/releases/download/v0.1.3/Ghalactic.zip\n\n[*]\nBasedOnStyles = Ghalactic\n```\n\nThen run:\n\n```sh\nvale sync\n```\n\nThis downloads and installs the Ghalactic style.\n\n## Rules reference\n\n\u003c!-- vale Ghalactic.Abbreviations = NO --\u003e\n\u003c!-- vale Ghalactic.Ampersand = NO --\u003e\n\u003c!-- vale Ghalactic.Directional = NO --\u003e\n\u003c!-- vale Ghalactic.OrdinalNumerals = NO --\u003e\n\u003c!-- vale Ghalactic.Please = NO --\u003e\n\u003c!-- vale Ghalactic.Simply = NO --\u003e\n\u003c!-- vale Ghalactic.WeOur = NO --\u003e\n\u003c!-- vale Ghalactic.Will = NO --\u003e\n\u003c!-- vale Ghalactic.Would = NO --\u003e\n\n| Rule                  | Scope          | Description                                   |\n| --------------------- | -------------- | --------------------------------------------- |\n| Abbreviations         | substitution   | Expands abbreviations like e.g., i.e.         |\n| Ableist               | existence      | Flags ableist language                        |\n| Ampersand             | existence      | Flags \u0026 used as \"and\"                         |\n| Contractions          | substitution   | Suggests contractions for formal phrases      |\n| CurlyQuotes           | existence      | Flags curly/smart quotes                      |\n| DateFormat            | existence      | Flags ambiguous date formats                  |\n| Directional           | existence      | Flags directional language (above/below)      |\n| Ellipsis              | existence      | Flags ellipsis character                      |\n| EnDash                | existence      | Flags en dash character                       |\n| Exclamation           | existence      | Flags exclamation marks                       |\n| Gender                | existence      | Flags gendered pronouns                       |\n| HeadingEndPunctuation | existence      | Flags punctuation at end of headings          |\n| HeadingGerund         | existence      | Flags gerund-starting headings                |\n| HeadingSentenceCase   | capitalization | Enforces sentence case in headings            |\n| Inclusive             | substitution   | Suggests inclusive alternatives               |\n| OrdinalNumerals       | existence      | Flags ordinal numbers (1st, 2nd)              |\n| OxfordComma           | existence      | Flags missing serial comma                    |\n| Passive               | existence      | Flags passive voice                           |\n| Please                | existence      | Flags \"please\" in instructions                |\n| ReadingLevel          | metric         | Enforces eighth-grade reading level           |\n| Repetition            | repetition     | Flags repeated words in nearby sentences      |\n| Seasons               | existence      | Flags seasonal time references                |\n| SentenceLength        | occurrence     | Flags sentences over 40 words                 |\n| Simply                | existence      | Flags minimizing words (simply, easily, just) |\n| Slang                 | existence      | Flags internet slang                          |\n| WeOur                 | existence      | Flags first-person pronouns (we/our/us)       |\n| Will                  | existence      | Flags future tense                            |\n| WordList              | substitution   | Google word list substitutions                |\n| Would                 | existence      | Flags hypothetical language                   |\n\n\u003c!-- vale Ghalactic.Abbreviations = YES --\u003e\n\u003c!-- vale Ghalactic.Ampersand = YES --\u003e\n\u003c!-- vale Ghalactic.Directional = YES --\u003e\n\u003c!-- vale Ghalactic.OrdinalNumerals = YES --\u003e\n\u003c!-- vale Ghalactic.Please = YES --\u003e\n\u003c!-- vale Ghalactic.Simply = YES --\u003e\n\u003c!-- vale Ghalactic.WeOur = YES --\u003e\n\u003c!-- vale Ghalactic.Will = YES --\u003e\n\u003c!-- vale Ghalactic.Would = YES --\u003e\n\n## Configuration\n\n### Enable the style\n\nEnable Ghalactic for all files in your `.vale.ini`:\n\n```ini\n[*]\nBasedOnStyles = Ghalactic\n```\n\nOr enable it for specific file types:\n\n```ini\n[*.md]\nBasedOnStyles = Ghalactic\n\n[*.rst]\nBasedOnStyles = Ghalactic\n```\n\n### Inline suppression\n\nYou can suppress individual rules inline using Vale comments:\n\n```markdown\n\u003c!-- vale Ghalactic.Exclamation = NO --\u003e\n\nThis is amazing!\n\n\u003c!-- vale Ghalactic.Exclamation = YES --\u003e\n```\n\n## Contribute\n\nTo run the test suite:\n\n```sh\nmake test\n```\n\n\u003c!-- vale Ghalactic.Passive = NO --\u003e\n\nThis runs Vale against the test fixtures in `testdata/` and verifies the\nexpected output.\n\n\u003c!-- vale Ghalactic.Passive = YES --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghalactic%2Fvale-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghalactic%2Fvale-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghalactic%2Fvale-style/lists"}