Extend check for variables/tasks/roles names #3196
Unanswered
CarstenGrohmann
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
var_naming_pattern
provides a general pattern how variables names should looks like. A similar pattern in hard coded for role names. But it's missing for task names.Black list options don't exists for all three element types.
We discussed our coding guidelines in my team and decided not to use variables with:
^data$
or^result$
(too unspecific)tmp
(we want to use temp only)current
resp.cur
(unspecific since we are migrating data from source to target)Please think about:
var_naming_pattern
for tasksThanks,
Carsten
Beta Was this translation helpful? Give feedback.
All reactions