Skip to content

Commit 485cb20

Browse files
authored
Change default false positives value from 29 to 27
1 parent 9e8331b commit 485cb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sqf_linter_LogChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import os
33

4-
defaultFalsePositives = 29
4+
defaultFalsePositives = 27
55
def main():
66
f = open("sqf.log", "r")
77
log = f.readlines()

0 commit comments

Comments
 (0)