Skip to content
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

Warn on using quiet with cmd.run #207

Merged
merged 3 commits into from
Nov 28, 2020

Conversation

jbouter
Copy link
Member

@jbouter jbouter commented Nov 28, 2020

- Warn on using the quiet argument with cmd.run

Signed-off-by: Jeffrey Bouter <[email protected]>
Signed-off-by: Jeffrey Bouter <[email protected]>
- Add support for multiline regex rule skipping in utils.py
- Add skipping example to unit test
- Add skipping functionality to check

TODO: Move skipping functionality to global function

Signed-off-by: Jeffrey Bouter <[email protected]>
@jbouter jbouter changed the title WIP: warn on using quiet with cmd.run Warn on using quiet with cmd.run Nov 28, 2020
@jbouter jbouter merged commit 70f34af into warpnet:develop Nov 28, 2020
@jbouter jbouter deleted the feature/cmd-run-quiet branch November 28, 2020 22:50
jbouter pushed a commit that referenced this pull request Jan 17, 2021
Version 0.5.0 release. Besides bumping the version this commit also
includes the following changes:

- Separate the ansible-lint license.
- Update changelog to include all changes for v0.5.0.
- Remove duplicate documentation (code of conduct).
- Add already existing documentation to the Sphinx documentation.
- Add additional badges to the README.md.
- Simplify and update the GitHub Workflow to release to PyPi.
- Updated the `version_added` in all new rules.
- Ignore docs directory for linting tests
- Disable markdownlint as it breaks the GitHub workflow
- Add link to dense-analysis/ale vim plugin in README
- Update supported Python version to include newer Python versions.
- Fix some code style issues found by flake 8.
- Add .j2 as Jinja file extension
- Use tox and pre-commit for testing

Changelog: 
Rule 213 to recommend using cmd.run together with onchanges (#207).
Rule 214 to check SLS file with a period in the name (besides the suffix period) as they can not be referenced by Salt (#209).
Rules 901-915 to check for deprecated states and state options (#214).
This CHANGELOG.md file to be able to list all notable changes for each version of salt-lint (#223).

Signed-off-by: Roald Nefs <[email protected]>

Co-authored-by: Benjamin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant