https://github.com/mschuchard/linter-circle
circleci config validate linter for pulsar
https://github.com/mschuchard/linter-circle
atom-package circle circle-ci circleci hacktoberfest linter pulsar-edit pulsar-package
Last synced: 3 months ago
JSON representation
circleci config validate linter for pulsar
- Host: GitHub
- URL: https://github.com/mschuchard/linter-circle
- Owner: mschuchard
- License: mit
- Created: 2022-06-10T14:29:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T14:09:05.000Z (7 months ago)
- Last Synced: 2025-05-18T16:55:23.730Z (5 months ago)
- Topics: atom-package, circle, circle-ci, circleci, hacktoberfest, linter, pulsar-edit, pulsar-package
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Linter-Circle
Linter-Circle aims to provide functional and robust `circleci config 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 CircleCI CLI binary executable is required to be installed before using this package. The Atom-IDE-UI and Language-YAML 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 YAML files named `config.yml` with a `workflows` key will be linted with this linter. Be aware of this in case you have a non-Circle YAML file with this characteristic. Also be aware of this in case you have a typo for the `workflows` key, since this linter will then not trigger.