diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-12-01 20:45:56 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-12-01 20:45:56 -0700 |
| commit | d8a5e9a46b6d3511a77bdb0a0ca5772722beff49 (patch) | |
| tree | faf24206c1cd3e738826c48e391ce383c588d03f /Rakefile | |
| parent | f3a10601b217a5aee8a6803f6de97a13baed0b1f (diff) | |
initial set of changes to fix lint errors
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -$default_tasks = [] +$default_tasks = [] # rubocop:disable Style/GlobalVars Dir.glob('tasks/*.rake').each {|file| load file } -task default: $default_tasks unless $default_tasks.empty? +task default: $default_tasks unless $default_tasks.empty? # rubocop:disable Style/GlobalVars |
