mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +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 |