Skip to content

Commit 261ea93

Browse files
committed
Quality pass
1 parent 66a4ff5 commit 261ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def plugins(self) -> list[dict[str, str]]:
389389
:return: the SonarQube platform plugins
390390
"""
391391
if self.is_sonarcloud():
392-
return {}
392+
return []
393393
sysinfo = self.sys_info()
394394
if "Application Nodes" in sysinfo:
395395
sysinfo = sysinfo["Application Nodes"][0]

0 commit comments

Comments
 (0)