-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI test coverage matrix to: 2.7 - 3.3 - Add 3.2 and 3.3 to testing matrix - Remove rubies prior to 2.7 - Remove truffleruby due to occasional failures (Open to adding back if a user requests it) - Update CI to run rubucop on ruby 3.3 Changes - Handle the changes to NoMethodError messages in 3.3 Additional maintenance - Load rubocop-rake in rubocop.yml to eliminate warning - Fix rubocop warning about whitespace in docile.gemspec - Fix rubocop warning about remove_const in spec_helper.rb - Fix rubocop warning about unnecessary super params in chaining_fallback_context_proxy.rb
- Loading branch information
Showing
6 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
inherit_gem: | ||
panolint: panolint-rubocop.yml | ||
|
||
require: | ||
- rubocop-rake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters