Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit bc087c7

Browse files
committed
Update README.md
1 parent 5b4839a commit bc087c7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ Usage
5353
$ flint++ --help
5454
Usage: flint++ [options:] [files:]
5555

56-
-r, --recursive : Search subfolders for files.
57-
-c, --cmode : Only perform C based lint checks.
58-
-j, --json : Output report in JSON format.
59-
-l, --level [value:] : Set the lint level.
60-
0 : Errors only
61-
1 : Errors & Warnings
62-
2 : All feedback
63-
64-
-h, --help : Print usage.
56+
-r, --recursive : Search subfolders for files.
57+
-c, --cmode : Only perform C based lint checks.
58+
-j, --json : Output report in JSON format.
59+
-v, --verbose : Print full file paths.
60+
-l, --level [def = 3] : Set the lint level.
61+
1 : Errors only
62+
2 : Errors & Warnings
63+
3 : All feedback
64+
65+
-h, --help : Print usage.
6566

6667
Does it pass Linting itself?
6768
-------------------------

0 commit comments

Comments
 (0)