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

User should be warn for unused variables #16

Open
mickours opened this issue Jul 2, 2014 · 0 comments
Open

User should be warn for unused variables #16

mickours opened this issue Jul 2, 2014 · 0 comments

Comments

@mickours
Copy link
Contributor

mickours commented Jul 2, 2014

When a user use a variable in a step like this:

- my_step:
  - unused_var: bar
  - used_var: foo
'''
if `unused_var` is not used on the step the user should be war because it usually means that he try to use the wrong step. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants