Skip to content

Commit

Permalink
Mount .rubocop_todo.yml to enable successful rubocop execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Sep 3, 2024
1 parent dc7b8d2 commit 93bdd47
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 93bdd47

Please sign in to comment.