summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-05-14 18:56:06 -0600
committermokha <mokha@cisco.com>2018-05-14 18:56:06 -0600
commit8f0afaf2a415d54ebf1541a549f91e1d818a4b22 (patch)
tree869280322fadb6bacbfab6e002f92ead5749c468 /Rakefile
parentdbe6f55ead4b9e44dde471bab29af9179f5471a0 (diff)
fix rubocop errors.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 1366c43..64ea11f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'bundler/gem_tasks'
require 'rake/testtask'
require 'rubocop/rake_task'