aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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,
]