Correction & Cleanup of Goofs

This commit is contained in:
SJLennon
2024-10-08 16:58:00 -04:00
parent 861ec8152c
commit 77f4149c59
14 changed files with 60 additions and 576 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"indent": 2,
"PrototypeCheck": true,
"NoOCCURS": true,
"NoSELECTAll": true,
"UppercaseConstants": true,
"IncorrectVariableCase": true,
"NoSQLJoins": true,
"PrettyComments": true,
"NoGlobalSubroutines": true,
"NoExternalTo": [
"QCMD",
"QP2TERM",
"QSH",
"SYSTEM",
"QCMDEXC"
]
}