Currently, the versions linter is non-configurable. This causes the following effect:
linters:
default: all
disable:
- versions # 👈 this has to be disabled...
upgrade:
actions: {}
format: tag # 👈 ...because this is enabled
In consequence, github-ci lint allows mixed style.
Currently, the
versionslinter is non-configurable. This causes the following effect:In consequence,
github-ci lintallows mixed style.