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

Add Setting for --include-checks #1

Merged
merged 5 commits into from
Nov 25, 2019

Conversation

patrickrgaffney
Copy link
Contributor

Adds a new include_checks array setting that corresponds to the --include-checks CLI option. This allows you to enable the information checks — which are disabled by default.


I also cleaned up 2 different warnings being emitted by the ST console:

  • Remove cls.executable property, as it has no effect.
  • Use self.settings directly instead of calling self.get_view_settings().

This property has no effect, and its removal silences the following
warning:

WARNING: cfnlint: Defining 'cls.executable' has no effect. Please
cleanup and remove this setting.
Previously we used self.get_view_settings(), which has been deprecated.
Moving to using self.settings directly silences this warning:

WARNING: cfnlint: `self.get_view_settings()` has been deprecated.
Just use the member `self.settings` which is the same thing.
These checks we're added in v0.8.0, they warn about best practices.
@fatbasstard fatbasstard merged commit 4a85247 into fatbasstard:master Nov 25, 2019
@fatbasstard
Copy link
Owner

Thanx for your contribution! 🎉

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.

None yet

2 participants