summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-14 09:00:05 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-14 09:00:05 +0000
commit0a1230578f6152594057a66c31943fdeb606ae40 (patch)
treea17016cab5980ab6609879c06a4e9c0f82f3216a
parent6fce837701274f46031f9a2f7e1d04783942a652 (diff)
downloadjenkinstool-0a1230578f6152594057a66c31943fdeb606ae40.tar.gz
Add copyright-statement-tool to projects
-rw-r--r--liw-real.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/liw-real.conf b/liw-real.conf
index 6a7e0c9..5216c4f 100644
--- a/liw-real.conf
+++ b/liw-real.conf
@@ -226,6 +226,16 @@
"build-commands": [
"yarn clab.yarn"
]
+ },
+ {
+ "name": "copyright-statement-lint",
+ "git": "git://git.liw.fi/clab",
+ "build-depends": [
+ "cliapp"
+ ],
+ "build-commands": [
+ "yarn yarns/*.yarn"
+ ]
}
]
}