Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Feb 23, 2022
1 parent a5bb717 commit 478381d
Showing 1 changed file with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpinsights.php

This file was deleted.

9 changes: 9 additions & 0 deletions phpinsights.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

$config = require 'vendor/richcongress/static-analysis/configs/phpinsights.php';

$config['remove'][] = \NunoMaduro\PhpInsights\Domain\Insights\Composer\ComposerLockMustBeFresh::class;

return $config;

0 comments on commit 478381d

Please sign in to comment.