DavidFuhr’s avatarDavidFuhr’s Twitter Archive—№ 552

  1. Automate lint checks for your #symfony #yaml files! Make it part of #ci! find app src -name "*.yml" -exec app/console lint:yaml -q {} \;