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
Problem description
The linting process in PR #74 can result in errors/warnings. We should discuss what is the expected outcome for each severity. For example should "warn" result in a change and re-lint, or can it be ignored?
Good point. Maybe we can differentiate along the following lines:
warnings can be ignored when introducing linting first time
OR (alternative) warnings can be ignored if correcting them would introduce a breaking change
warnings shall not be introduced with a change (e.g. within a merge, that's the point where linting is done)
Expected action
Agree the expected action for errors/warnings for the linring process.
I propose to close this issue.
The severity of each rule can be modified in .spectral.yml file if needed.
The respective guidelines for linting results utilization should be prepared as a part of Release Management process definition.
Note: With Megalinter as an umbrella for all dedicated linting tools warnings are ignored: if there is no error then the log is empty. To check for warnings in such case additional workflow can be started manually.
Problem description
The linting process in PR #74 can result in errors/warnings. We should discuss what is the expected outcome for each severity. For example should "warn" result in a change and re-lint, or can it be ignored?
Quoting Herbert's comment from the PR #74 discussion
@hdamker hdamker Oct 12, 2023
Good point. Maybe we can differentiate along the following lines:
Expected action
Agree the expected action for errors/warnings for the linring process.
Additional context
See #74
The text was updated successfully, but these errors were encountered: