File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ def check_security_tools():
32
32
# Hack to ensure that Pylint is detected
33
33
if tool_short_name == "pylintpython3" :
34
34
tool_name = "Pylint"
35
- if tool_short_name == "ESLint9 " :
35
+ if tool_short_name == "eslint-9 " :
36
36
tool_name = "ESLint"
37
- if tool_short_name == "PMD7 " :
37
+ if tool_short_name == "pmd-7 " :
38
38
tool_name = "PMD"
39
39
tool_languages = tool ["languages" ]
40
40
cursor = True
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ def check_supported_tools():
29
29
# Hack to ensure that Pylint is detected
30
30
if tool_short_name == "pylintpython3" :
31
31
tool_name = "Pylint"
32
- if tool_short_name == "ESLint9 " :
32
+ if tool_short_name == "eslint-9 " :
33
33
tool_name = "ESLint"
34
- if tool_short_name == "PMD7 " :
34
+ if tool_short_name == "pmd-7 " :
35
35
tool_name = "PMD"
36
36
tool_languages = tool ["languages" ]
37
37
if tool_name .lower () in documentation or tool_short_name .lower () in documentation :
You can’t perform that action at this time.
0 commit comments