mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
4 lines
140 B
PowerShell
4 lines
140 B
PowerShell
# This script runs RuboCop
|
|
|
|
Write-Host "bundle exec rubocop : runs rubocop" -ForegroundColor Blue
|
|
docker compose run web bundle exec rubocop |