forked from JossWhittle/FlintPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflint++.1
38 lines (35 loc) · 849 Bytes
/
flint++.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2014 Paul Dreik <[email protected]>,
.TH FLINT++ "1" "December 2014" "flint++ " "User Commands"
.SH NAME
flint++ \- static code analyzer for c++
.SH SYNOPSIS
.B flint++
[\fI\,options\/\fR] [\fI\,files\/\fR]
.SH DESCRIPTION
.TP
\fB\-r\fR, \fB\-\-recursive\fR
: Search subfolders for files.
.TP
\fB\-c\fR, \fB\-\-cmode\fR
: Only perform C based lint checks.
.TP
\fB\-j\fR, \fB\-\-json\fR
: Output report in JSON format.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
: Print full file paths.
.TP
\fB\-l\fR, \fB\-\-level\fR [def=3] : Set the lint level.
1 : Errors only
2 : Errors & Warnings
3 : All feedback
.TP
\fB\-h\fR, \fB\-\-help\fR
: Print usage.
.PP
See /usr/share/doc/flintplusplus/README.md for full details.
.SH "SEE ALSO"
.BR cppcheck (1),
.BR scan-build (1).
.br