diff options
Diffstat (limited to '.phplint.yml')
| -rw-r--r-- | .phplint.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.phplint.yml b/.phplint.yml new file mode 100644 index 0000000..985f01e --- /dev/null +++ b/.phplint.yml @@ -0,0 +1,9 @@ +path: ./ +jobs: 10 +cache: .caches/phplint-cache +extensions: + - php +exclude: + - composer + - public/plugins_packages + - vendor |
