diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-12-03 21:48:16 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-12-03 21:48:16 -0700 |
| commit | 38fbc2114213ba762c75d946f57040a6ab53cf7f (patch) | |
| tree | fb6bb4cc588ccaa6692039fb0875aee2c674c533 /Rakefile | |
| parent | 5aee6ebbff724b42a6bbee1f2c083add6a76c970 (diff) | |
first wave of lint violations in application code
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# frozen_string_literal: true + $default_tasks = [] # rubocop:disable Style/GlobalVars Dir.glob('tasks/*.rake').each {|file| load file } task default: $default_tasks unless $default_tasks.empty? # rubocop:disable Style/GlobalVars |
