Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschuchard/linter-vagrant-validate
vagrant validate linter for pulsar
https://github.com/mschuchard/linter-vagrant-validate
atom-editor atom-package hacktoberfest linter pulsar-edit pulsar-package vagrant
Last synced: 2 months ago
JSON representation
vagrant validate linter for pulsar
- Host: GitHub
- URL: https://github.com/mschuchard/linter-vagrant-validate
- Owner: mschuchard
- License: mit
- Created: 2017-04-25T11:57:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T14:13:35.000Z (7 months ago)
- Last Synced: 2024-10-03T10:12:39.604Z (3 months ago)
- Topics: atom-editor, atom-package, hacktoberfest, linter, pulsar-edit, pulsar-package, vagrant
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Preview](https://raw.githubusercontent.com/mschuchard/linter-vagrant-validate/master/linter_vagrant_validate.png)
### Linter-Vagrant-Validate
`Linter-Vagrant-Validate` aims to provide functional and robust `vagrant validate` linting functionality within Pulsar.This package is now in maintenance mode. All feature requests and bug reports in the Github repository issue tracker will receive a response, and possibly also be implemented (especially bug fixes). However, active development on this package has ceased.
### Installation
The `vagrant` package >= 1.9.4 is required to be installed before using this, since the new `validate` command feature was added for that version by hasyimibhar. The Atom-IDE-UI and Language-Ruby packages are also required.All testing is performed with the latest stable version of Pulsar. Any version of Atom or any pre-release version of Pulsar is not supported.
### Usage
- All files with `Vagrantfile` in their name will be linted with this linter. Some output may be redundant with Ruby linters such as the syntax checker, Rubocop, and Reek.