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
There are hardcoded business rules in the package, e.g. see #308, #309 and #310. In the case of matrix requirements (Python and RHEL versions in our case), these appear in both the matrix generating code (release_transpiler.py and matrix.py) and in the linter (lint.py).
Assuming #308 deals with that specific case, we should scour the code for other examples. For example, in the code there are:
There are hardcoded business rules in the package, e.g. see #308, #309 and #310. In the case of matrix requirements (Python and RHEL versions in our case), these appear in both the matrix generating code (
release_transpiler.py
andmatrix.py
) and in the linter (lint.py
).Assuming #308 deals with that specific case, we should scour the code for other examples. For example, in the code there are:
The text was updated successfully, but these errors were encountered: