Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skatkov/danger-yamlint
A no-dependency Danger plugin to lint yaml files and fixtures.
https://github.com/skatkov/danger-yamlint
Last synced: 3 months ago
JSON representation
A no-dependency Danger plugin to lint yaml files and fixtures.
- Host: GitHub
- URL: https://github.com/skatkov/danger-yamlint
- Owner: skatkov
- License: mit
- Created: 2021-01-16T22:13:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T07:55:26.000Z (over 3 years ago)
- Last Synced: 2024-10-11T14:19:03.593Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-danger - danger-yamlint - A no-dependency Danger plugin to lint YAML files and fixtures. (Plugins / Ruby (danger))
README
# danger-yamlint
A no-dependency Danger plugin to lint yaml files and fixtures.
## Installation
$ gem install danger-yamlint
## Usage
Add this line to your Dangerfileyamlint.lint
## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.