aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-12-07 18:32:33 -0500
committerAdam Jahn <ajjahn@gmail.com>2015-12-07 18:32:33 -0500
commit41660aec9c7e8a43f029b31d6f1ef9374487dac9 (patch)
tree1755c7e415b1f73d875bd0890e8699a2ca4773ef /Rakefile
parentb1204f4bf04cd3ff52d3c2cf807836e8087d8afb (diff)
downloadpuppet-samba-41660aec9c7e8a43f029b31d6f1ef9374487dac9.tar.gz
puppet-samba-41660aec9c7e8a43f029b31d6f1ef9374487dac9.tar.bz2
lint!
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 908647f..92f4578 100644
--- a/Rakefile
+++ b/Rakefile
@@ -37,6 +37,6 @@ end
desc "Run syntax, lint, and spec tests."
task :test => [
:syntax,
-# :lint,
+ :lint,
:spec,
]