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.
2 parents 1cae227 + 4cf7304 commit 5aad124Copy full SHA for 5aad124
2 files changed
.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: []
build/files-checker.php
@@ -39,6 +39,7 @@
39
'.mailmap',
40
'.npmignore',
41
'.php-cs-fixer.dist.php',
42
+ '.pre-commit-config.yaml',
43
'.scrutinizer.yml',
44
'.tag',
45
'.tx',
0 commit comments