mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +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 |