0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-22 19:38:38 +00:00

lint: add returnClientError and returnServerError to forbiddenFcuntions (#4656)

This commit is contained in:
Dag 2025-08-05 20:55:04 +02:00 committed by GitHub
parent f11571ae78
commit 9caa043fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,8 @@
<properties>
<property name="forbiddenFunctions" type="array">
<element key="sizeof" value="count"/>
<element key="returnClientError" value="throwClientException"/>
<element key="returnServerError" value="throwServerException"/>
</property>
</properties>
</rule>