summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorFredrik Bergroth <fbergroth@gmail.com>2017-11-15 10:31:25 +0100
committerJames N <james@jojojames.com>2017-11-15 18:43:58 -0800
commit0b95617450359765a5a7617de54a4f57bb89a8db (patch)
treecad3a5dbaa6c8974b81258ff5561bf5253301ac8 /Cask
parentb1f3c4288c2cf81404bb067a8b444db287c291b2 (diff)
Add lint target using package-lint
Diffstat (limited to 'Cask')
-rw-r--r--Cask3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cask b/Cask
index 39ed0e6..0b516f5 100644
--- a/Cask
+++ b/Cask
@@ -1,3 +1,6 @@
(source melpa)
(package-file "evil-collection.el")
+
+(development
+ (depends-on "package-lint"))