Skip to content

Commit

Permalink
Issue #3405415 by zniki.ru, mkalkbrenner: Adopt GitlabCi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Shapovalov authored and mkalkbrenner committed Dec 5, 2023
1 parent 05df9b9 commit ad88dba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Configuration file for PHPStan static code checking, see https://phpstan.org.
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon

parameters:
level: 2
paths:
- .
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
- "#^Unsafe usage of new static#"

0 comments on commit ad88dba

Please sign in to comment.