File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ 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" :
36
+ tool_name = "ESLint"
37
+ if tool_short_name == "PMD7" :
38
+ tool_name = "PMD"
35
39
tool_languages = tool ["languages" ]
36
40
cursor = True
37
41
code_patterns = []
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ 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" :
33
+ tool_name = "ESLint"
34
+ if tool_short_name == "PMD7" :
35
+ tool_name = "PMD"
32
36
tool_languages = tool ["languages" ]
33
37
if tool_name .lower () in documentation or tool_short_name .lower () in documentation :
34
38
print (emoji .emojize (f":check_mark_button: { tool_name } is included "
You can’t perform that action at this time.
0 commit comments