Skip to content

Commit 1180a4d

Browse files
committed
docs(readme): update CLI example from --quiet to --verbose
1 parent ae0b9c5 commit 1180a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/connector_linter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ connector-linter check ./connector --select VC5xx # all deprecation checks
5656
# Ignore specific checks
5757
connector-linter check ./connector --ignore VC306 --ignore VC307
5858

59-
# Only show failures (hide passed checks; warnings/info still shown)
60-
connector-linter check ./connector --quiet
59+
# Show all checks including passed (default hides passed)
60+
connector-linter check ./connector --verbose
6161

6262
# Filter by severity level
6363
connector-linter check ./connector --severity warning # show warnings and errors

0 commit comments

Comments
 (0)