Skip to content

Commit 804b613

Browse files
committed
Update sqf_linter_LogChecker.py
1 parent 0142ab5 commit 804b613

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 = 27
4+
defaultFalsePositives = 25
55
def main():
66
f = open("sqf.log", "r")
77
log = f.readlines()

0 commit comments

Comments
 (0)