Skip to content

Commit 01df755

Browse files
authored
Merge pull request #2851 from tarlepp/chore(tools)/phplint-configuration
Chore(tools) - Updated `PHPLint` configuration
2 parents b6a9384 + 5d8f179 commit 01df755

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ phpstan.neon
3636

3737
### PHPUnit cache
3838
.phpunit.cache
39+
40+
### PHPLint
41+
.phplint.cache

.phplint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ jobs: 8
33
extensions:
44
- php
55
exclude:
6+
- tools
7+
- var
68
- vendor
79
warning: true

0 commit comments

Comments
 (0)