-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.2.0 Release #121
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changed copyright
Add Python 3.8 job to Travis CI, which requires installing distro because there is still a bug in SaltStack with Python 3.8: saltstack/salt#55029 This will also add pip cache and lower depth git clone in the Travis configuration. Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Add Python 3.8 job to Travis CI
- Add list of plugins
- Make links prettier
Update README
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Fix typos in saltlint/linter.py
Signed-off-by: Henk <henk@wearespindle.com>
Added fixes for common issues
- Add explanation regarding sed commands. - Change to assume salt is CWD Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Add clarification on salt states.
Update documentation
Json parameter now works in config file
- Add support for --nocolour and --force-colour Fixes #89 Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Update CLI options to support British English
Add severity to standard output. Fixes #93
Signed-off-by: Roald Nefs <roald@warpnet.nl>
@myii, even though this release doesn't include any new or updated rules I wanted to notify you before we actually release version |
@roaldnefs Thanks for the heads-up. As there's no major change, I won't test it beforehand since I'm short on time at the moment. |
atezet
approved these changes
Nov 21, 2019
jbouter
approved these changes
Nov 22, 2019
First formula CI run pulled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduction
Version
v0.2.0
release, requires to be tagged after being merged intomaster
.Added
--severity
flag to show severity in the output (Add severity to standard output. Fixes #93 #111).salt-lint
plugins in theREADME.md
(Update README #98).Changed
README.md
to show examples on fixing common issues (Added fixes for common issues #108, Update documentation #109).Other
Fixes #89.
Fixes #93.
Fixes #97.