Skip to content

Commit

Permalink
Merge pull request #1772 from DataDog/ivoanjo/simplify-rakefile-ci
Browse files Browse the repository at this point in the history
Refactor ci task in Rakefile for better readibility
  • Loading branch information
ivoanjo authored Nov 18, 2021
2 parents 2f413f0 + 090c36e commit 76000ae
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 665 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ AllCops:
# code for the sake of changing it to conform to a length set in 1928 (IBM).
Layout/LineLength:
Max: 124
Exclude:
- 'Rakefile'

# These exceptions are good goals to attain, and probably will over time,
# so periodic disabling and re-running to inspect values is suggested.
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if ruby_version?('2.1')
gem 'lograge', '~> 0.11'
end

appraise 'contrib-old' do
appraise 'contrib' do
gem 'active_model_serializers', '~> 0.9.0'
gem 'activerecord', '3.2.22.5'
gem 'activerecord-mysql-adapter'
Expand Down
Loading

0 comments on commit 76000ae

Please sign in to comment.