commit 318a41c4faf8af1e0976e0ee3d104cdb09daba35 parent f17cc852eb8ad1dc115d3f7d0af15d3d9fdd2dd5 Author: Iván Ávalos <avalos@disroot.org> Date: Tue, 13 May 2025 21:12:17 +0200 [common] Make StringFormatInvalid lint a warning Diffstat:
| M | lint.xml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lint.xml b/lint.xml @@ -3,4 +3,6 @@ <issue id="all"> <ignore path="artwork" /> </issue> + + <issue id="StringFormatInvalid" severity="warning" /> </lint>