From d8a5e9a46b6d3511a77bdb0a0ca5772722beff49 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 1 Dec 2019 20:45:56 -0700 Subject: initial set of changes to fix lint errors --- tasks/bundler.rake | 2 +- tasks/console.rake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/bundler.rake b/tasks/bundler.rake index ec790cf3..2960920c 100644 --- a/tasks/bundler.rake +++ b/tasks/bundler.rake @@ -1,6 +1,6 @@ begin require 'bundler/gem_tasks' - $default_tasks << :build + $default_tasks << :build # rubocop:disable Style/GlobalVars rescue LoadError warn $!.message end diff --git a/tasks/console.rake b/tasks/console.rake index fcd6e3ce..6796137a 100644 --- a/tasks/console.rake +++ b/tasks/console.rake @@ -1,4 +1,5 @@ # frozen_string_literal: true + desc 'Open an irb session preloaded with this library' task :console do sh 'bundle console', verbose: false -- cgit v1.2.3