File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/src/process-development/linter-tool Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -758,10 +758,10 @@ All lint items extend `AbstractLintItem` and implement specific interfaces.
758758
759759#### Severity Levels
760760
761- - ` ERROR ` : Critical issues that must be fixed
762- - ` WARNING ` : Issues that should be addressed
763- - ` INFO ` : Informational messages
764- - ` SUCCESS ` : Validation passed successfully
761+ - ` ERROR ` : Critical issue that ** must be fixed** . Will cause the plugin to fail at deployment or runtime.
762+ - ` WARNING ` : Violation of DSF best practices, or something that ** could be an error depending on context ** .
763+ - ` INFO ` : Technically valid, but something looks unusual or incomplete. Worth a second look — no immediate action required.
764+ - ` SUCCESS ` : Validation passed. Shown to confirm what was checked and give confidence in the covered areas.
765765
766766#### Common Lint Item Methods
767767
You can’t perform that action at this time.
0 commit comments