Skip to content

Commit

Permalink
Lint/NonDeterministicRequireOrder-20221115233401 (#107)
Browse files Browse the repository at this point in the history
* 🚓 regenerate rubocop todo

* 🚓 Lint/NonDeterministicRequireOrder

* 🚓 regenerate rubocop todo

* remove exclude

---------

Co-authored-by: Rubocop Challenger <rubocop@payrollhero.com>
Co-authored-by: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com>
Co-authored-by: Mathieu Jobin <mathieu@justbudget.com>
  • Loading branch information
4 people authored Mar 31, 2023
1 parent 3b30cc0 commit d34a46a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ AllCops:
- 'Gemfile'
- vendor/bundle/ruby/**/*

Lint/NonDeterministicRequireOrder:
Exclude:
- spec/spec_helper.rb

RSpec/NotToNot:
SupportedStyles: to_not
# disable because an error is being raised
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
require 'factory_bot'

# Load support
Dir['./spec/support/**/*.rb'].each do |filename|
Dir['./spec/support/**/*.rb'].sort.each do |filename|
require filename
end

Expand Down

0 comments on commit d34a46a

Please sign in to comment.