Skip to content

Commit

Permalink
💚 Bump psalm error level +badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosoftei committed Jan 30, 2023
1 parent aa27632 commit fa4e348
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
### FreeSWITCH Integration Core
# FreeSWITCH Integration Core

[![CI Status](https://github.com/rtckit/ficore/workflows/CI/badge.svg)](https://github.com/rtckit/ficore/actions/workflows/ci.yaml)
[![Psalm Type Coverage](https://shepherd.dev/github/rtckit/ficore/coverage.svg)](https://shepherd.dev/github/rtckit/ficore)
[![Latest Stable Version](https://poser.pugx.org/rtckit/ficore/v/stable.png)](https://packagist.org/packages/rtckit/ficore)
[![Installs on Packagist](https://img.shields.io/packagist/dt/rtckit/ficore?color=blue&label=Installs%20on%20Packagist)](https://packagist.org/packages/rtckit/ficore)
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
1 change: 1 addition & 0 deletions etc/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
findUnusedCode="false"
findUnusedBaselineEntry="false"
findUnusedVariablesAndParams="false"
errorLevel="1"
>
<projectFiles>
<directory name="../src" />
Expand Down

0 comments on commit fa4e348

Please sign in to comment.