Skip to content

Commit

Permalink
Merge pull request #10544 from Jefffrey/fix-rubocop-dev-shell
Browse files Browse the repository at this point in the history
Mount `.rubocop_todo.yml` to enable successful rubocop execution
  • Loading branch information
jurre authored Sep 3, 2024
2 parents dc7b8d2 + 93bdd47 commit 78fc799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker-dev-shell
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ mkdir -p dry-run tmp
docker run --rm -ti \
-v "$(pwd)/.core-bash_history:/home/dependabot/.bash_history" \
-v "$(pwd)/.rubocop.yml:$CODE_DIR/.rubocop.yml" \
-v "$(pwd)/.rubocop_todo.yml:$CODE_DIR/.rubocop_todo.yml" \
-v "$(pwd)/.ruby-version:$CODE_DIR/.ruby-version" \
-v "$(pwd)/bin:$CODE_DIR/bin" \
-v "$(pwd)/bundler/.rubocop.yml:$CODE_DIR/bundler/.rubocop.yml" \
Expand Down

0 comments on commit 78fc799

Please sign in to comment.