Skip to content

Commit

Permalink
Add Psalm badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Dec 11, 2022
1 parent 947ede2 commit 4a41811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,8 @@
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/calendar-links.svg?style=flat-square)](https://packagist.org/packages/spatie/calendar-links)
![Test](https://github.com/spatie/calendar-links/workflows/Test/badge.svg)
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/calendar-links.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/calendar-links)
![Type coverage](https://shepherd.dev/github/spatie/calendar-links/coverage.svg)
![Psalm level](https://shepherd.dev/github/spatie/calendar-links/level.svg)


Using this package you can generate links to add events to calendar systems. Here's a quick example:
Expand Down
6 changes: 3 additions & 3 deletions psalm.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<psalm
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorLevel="4"
findUnusedVariablesAndParams="true"
resolveFromConfigFile="true"
useDocblockPropertyTypes="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="src"/>
Expand Down

0 comments on commit 4a41811

Please sign in to comment.