{"id":19682309,"url":"https://github.com/sublimelinter/sublimelinter-vale","last_synced_at":"2025-07-24T07:39:20.615Z","repository":{"id":46296845,"uuid":"100325824","full_name":"SublimeLinter/SublimeLinter-vale","owner":"SublimeLinter","description":"Plugin for SublimeLinter to provide an interface to Vale","archived":false,"fork":false,"pushed_at":"2025-04-24T10:34:50.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-29T05:35:06.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/SublimeLinter.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,"zenodo":null}},"created_at":"2017-08-15T01:39:30.000Z","updated_at":"2025-04-24T10:34:17.000Z","dependencies_parsed_at":"2024-11-11T18:10:21.643Z","dependency_job_id":"22afea99-b5d2-4546-8305-18babe190d7d","html_url":"https://github.com/SublimeLinter/SublimeLinter-vale","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/SublimeLinter/SublimeLinter-vale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeLinter%2FSublimeLinter-vale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeLinter%2FSublimeLinter-vale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeLinter%2FSublimeLinter-vale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeLinter%2FSublimeLinter-vale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeLinter","download_url":"https://codeload.github.com/SublimeLinter/SublimeLinter-vale/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeLinter%2FSublimeLinter-vale/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266808556,"owners_count":23987450,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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":"2024-11-11T18:10:18.878Z","updated_at":"2025-07-24T07:39:20.543Z","avatar_url":"https://github.com/SublimeLinter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SublimeLinter-vale\n\nThis linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to [Vale](https://vale.sh/). It will be used with files that have the `Plain text` or `Markdown` syntaxes.\n\n## Installation\n\nSublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](http://sublimelinter.readthedocs.org/en/latest/installation.html).\n\n### Linter installation\n\nBefore using this plugin, you must ensure that `vale` is installed on your system\n(See https://vale.sh/docs/vale-cli/installation/).\n\n**Note**: This plugin requires `vale` **0.5.0** or later.\n\n#### Windows\n\nYou can install Vale using choco\n\n```\nchoco install vale\n```\n\n#### macOS\n\nYou can install Vale using [Homebrew](https://brew.sh/):\n\n```\nbrew tap ValeLint/vale\nbrew install vale\n```\n\n#### Linux\n\nYou can install Vale using [snap](https://snapcraft.io):\n\n```\nsnap install vale\n```\n\n### Linter configuration\n\nIn order for `vale` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in \"[Finding a linter executable](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable)\" through \"Validating your PATH\" in the documentation.\n\nOnce you have installed and configured `vale`, you can proceed to install the SublimeLinter-vale plugin if it is not yet installed.\n\n### Plugin installation\n\nPlease use [Package Control](https://packagecontrol.io/) to install the linter plugin. This will ensure that the plugin will be updated when new versions are available.\n\nTo install this package with Package Control, do the following:\n\n1.  Within Sublime Text, bring up the [Command Palette](http://docs.sublimetext.info/en/sublime-text-3/extensibility/command_palette.html) and type `install`. Among the commands you should see `Package Control: Install Package`. If that command is not highlighted, use the keyboard or mouse to select it. There will be a pause of a few seconds while Package Control fetches the list of available plugins.\n\n2.  When the plugin list appears, type `vale`. Among the entries you should see `SublimeLinter-vale`. If that entry is not highlighted, use the keyboard or mouse to select it.\n\n## Settings\n\nFor general information on how SublimeLinter works with settings, please see [Settings](http://sublimelinter.readthedocs.io/en/latest/settings.html). For information on generic linter settings, please see [Linter Settings](http://sublimelinter.readthedocs.io/en/latest/linter_settings.html).\n\nYou can configure Vale for your project using a configuration file named `.vale` or `_vale`. For more information, see [Vale's documentation](https://vale.sh/docs/topics/config/).\n\n## Contributing\n\nIf you would like to contribute enhancements or fixes, please do the following:\n\n1.  Fork this repository.\n2.  Work on a separate topic branch created from the latest `master`.\n3.  Commit and push the topic branch.\n4.  Make a pull request.\n\nPlease note that modifications should follow these coding guidelines:\n\n-   Indent is 4 spaces.\n-   Code should pass `flake8` and `pep257` linters.\n-   Vertical whitespace helps readability, don’t be afraid to use it.\n-   Please use descriptive variable names, no abbreviations unless they are well known.\n\nThank you for helping out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimelinter%2Fsublimelinter-vale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimelinter%2Fsublimelinter-vale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimelinter%2Fsublimelinter-vale/lists"}