You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we use a combination of the words issue, violation, check, error code. It would be good to determine a standard naming convention. My proposal would be to use "rule" to refer to DEP001, DEP002, etc. and "violation"(as already implemented in the code by @mkniewallner) to refer to specific violations in the code/configuration files.
The text was updated successfully, but these errors were encountered:
Agree, we should be more consistent in our naming. I must say that we didn't really discuss if "violation" is what we want to go with when starting using that over the codebase, but I think that it goes well with the usage of "rule" (at least compared to using "issue"), so using "rule" and "violation" is something I would agree with.
If we go for 'rule' and 'violation', we need to make some small changes. For example, a 'missing dependency' is an issue, whereas 'Project should not contain missing dependencies' is a rule that can be violated. So e.g. in the docs, we'd replace this:
Question
Right now, we use a combination of the words issue, violation, check, error code. It would be good to determine a standard naming convention. My proposal would be to use "rule" to refer to DEP001, DEP002, etc. and "violation"(as already implemented in the code by @mkniewallner) to refer to specific violations in the code/configuration files.
The text was updated successfully, but these errors were encountered: