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 a50d6a7..69fed1b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -36,6 +36,6 @@ end
desc "Run syntax, lint, and spec tests."
task :test => [
:syntax,
- :lint,
+# :lint,
:spec,
]