Skip to content

Commit

Permalink
Fix(psalm): Disable unused baseline entry and enable code detection i…
Browse files Browse the repository at this point in the history
…n psalm configuration

Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Feb 12, 2025
1 parent aa8dda3 commit 1ab46fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
<psalm
errorLevel="4"
findUnusedBaselineEntry="true"
findUnusedCode="false"
resolveFromConfigFile="true"
totallyTyped="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit 1ab46fc

Please sign in to comment.