summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorChristian-Gibbons <cgibbons@gmu.edu>2018-03-10 05:44:55 -0500
committerw0rp <w0rp@users.noreply.github.com>2018-03-10 10:44:55 +0000
commitb586eba4a498af3ab156f59376344958d8d20db1 (patch)
treefed48f079d0d496ad93dc04890f495b2a7ef1f8a /doc/ale-c.txt
parent0a0535546f4d9a0dfe02671630fdaba72ea5828d (diff)
downloadale-b586eba4a498af3ab156f59376344958d8d20db1.zip
Handle flawfinder severity level (#1400)
* Handle flawfinder severity level * Reverted code allowing Flawfinder to piggyback off of gcc's format handler * Gave Flawfinder its own format handler and made requested changes.
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index cf483fb5..08b83e80 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -169,6 +169,14 @@ g:ale_c_flawfinder_options *g:ale-c-flawfinder*
This variable can be used to pass extra options into the flawfinder command.
+g:ale_c_flawfinder_error_severity *g:ale_c_flawfinder_error_severity*
+ *b:ale_c_flawfinder_error_severity*
+ Type: |Number|
+ Default: `6`
+
+ This variable can be changed to set the minimum severity to be treated as an
+ error. This setting also applies to flawfinder for c++.
+
===============================================================================
gcc *ale-c-gcc*