Skip to content

Commit

Permalink
[Maintenance] Update Ruby version from 2.6.8 to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Charly3X committed Jan 17, 2022
1 parent 805eef7 commit 5f6c99e
Show file tree
Hide file tree
Showing 9 changed files with 976 additions and 656 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
command: script/ci-prepare.sh
- run:
name: rubocop
command: if [[ "$CIRCLE_NODE_INDEX" == "0" ]] ; then bundle exec rubocop -R ; fi
command: if [[ "$CIRCLE_NODE_INDEX" == "0" ]] ; then bundle exec rubocop ; fi
- run:
name: npm lint
command: if [[ "$CIRCLE_NODE_INDEX" == "1" || "$CIRCLE_NODE_TOTAL" == "1" ]] ; then npm run lint ; fi
Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Expand Up @@ -3,7 +3,6 @@ require:
- rubocop-rails

inherit_from: .rubocop_todo.yml
inherit_from: .rubocop_rails.yml

# Double negation is the most convenient way in Ruby to convert any value to boolean. Allow the use of it.
DoubleNegation:
Expand Down
221 changes: 0 additions & 221 deletions .rubocop_rails.yml

This file was deleted.

0 comments on commit 5f6c99e

Please sign in to comment.