We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0b9c5 commit 1180a4dCopy full SHA for 1180a4d
1 file changed
shared/connector_linter/README.md
@@ -56,8 +56,8 @@ connector-linter check ./connector --select VC5xx # all deprecation checks
56
# Ignore specific checks
57
connector-linter check ./connector --ignore VC306 --ignore VC307
58
59
-# Only show failures (hide passed checks; warnings/info still shown)
60
-connector-linter check ./connector --quiet
+# Show all checks including passed (default hides passed)
+connector-linter check ./connector --verbose
61
62
# Filter by severity level
63
connector-linter check ./connector --severity warning # show warnings and errors
0 commit comments