Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-01-30 11:32:31 +0300
committerRaimund Schlüßler <raimund.schluessler@tu-dresden.de>2020-02-10 16:12:10 +0300
commit6fa74fa5d5089899690f94853fc9efe9382ca492 (patch)
treec530a0f7f81ba88a14a94c24b3e6a273337de017 /composer.json
parenta8d82c4d0308b71427f009ae44c1abfba33a37fb (diff)
Create lint.yml
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..0ca66095
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,12 @@
+{
+ "name": "nextcloud/tasks",
+ "description": "Lint config for nextcloud/tasks",
+ "license": "MIT",
+ "config": {
+ "optimize-autoloader": true,
+ "classmap-authoritative": true
+ },
+ "scripts": {
+ "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
+ }
+}