We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe388f commit 8982495Copy full SHA for 8982495
flow/util/genRuleFile.py
@@ -58,6 +58,9 @@ def gen_rule_file(
58
# 'min_max_direct': <float>, optional
59
# 'min_max_sum': <float>, optional
60
# 'min_max_period': <float>, optional
61
+ # 'level': <bool>, severity level. ['warning' or
62
+ # others (means ERROR, default) ]
63
+ #
64
# }
65
66
rules_dict = {
0 commit comments