Skip to content

Commit 655b9dc

Browse files
committed
fix(psalm): Don't report UnusedIssueHandlerSuppression
Not fixable any other way as we support multiple versions of the Nextcloud in this app. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent 81ed198 commit 655b9dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"
1010
errorBaseline="tests/psalm-baseline.xml"
1111
errorLevel="4"
12+
findUnusedIssueHandlerSuppression="false"
1213
findUnusedBaselineEntry="false"
1314
findUnusedCode="false"
1415
phpVersion="8.1"

0 commit comments

Comments
 (0)