summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 11:13:21 -0500
committerAustin Ziegler <austin@zieglers.ca>2022-07-04 20:26:10 -0400
commit927b9b3c935f08a1611059e81b411c2ee2ff9724 (patch)
tree88be680b91bc212fe2866b525de1563e3d91fd67 /Rakefile
parent396a82c4d56bc0067c86de7cd32a4ae75f292c41 (diff)
downloaddiff-lcs-927b9b3c935f08a1611059e81b411c2ee2ff9724.tar.gz
Ignore Style/HashSyntax
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 9aa8d42..da1e041 100644
--- a/Rakefile
+++ b/Rakefile
@@ -91,8 +91,10 @@ end
Rake::Task["spec"].actions.uniq! { |a| a.source_location }
+# standard:disable Style/HashSyntax
task :default => :spec unless Rake::Task["default"].prereqs.include?("spec")
task :test => :spec unless Rake::Task["test"].prereqs.include?("spec")
+# standard:enable Style/HashSyntax
if RUBY_VERSION >= "2.0" && RUBY_ENGINE == "ruby"
namespace :spec do