Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Lint/AmbiguousRange:
Lint/BooleanSymbol:
Enabled: false

Lint/Debugger:
Enabled: false

Lint/DuplicateBranch:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
rake (13.0.6)
regexp_parser (2.6.2)
rexml (3.2.5)
rubocop (1.44.1)
rubocop (1.45.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Rake.add_rakelib "tasks"

Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "test/suites"
t.libs << "lib"
t.test_files = FileList["test/**/*_test.rb"]
end
Expand Down
1 change: 0 additions & 1 deletion spec/mspec
Submodule mspec deleted from 4877d5
1 change: 0 additions & 1 deletion spec/ruby
Submodule ruby deleted from 71873a
10 changes: 0 additions & 10 deletions tasks/spec.rake

This file was deleted.