We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42ddd7 commit 95d9302Copy full SHA for 95d9302
.pre-commit-config.yaml
@@ -0,0 +1,17 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+- repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v4.3.0
6
+ hooks:
7
+ - id: end-of-file-fixer
8
+ - id: check-yaml
9
+ - id: check-added-large-files
10
+- repo: https://github.com/nextcloud/pre-commit-php.git
11
+ rev: 1.5.1
12
13
+ - id: php-lint
14
+ - id: php-cs-fixer
15
+ files: \.(php)$
16
+ exclude: ^(config|data|composer)
17
+ args: []
0 commit comments