Merge branch 'master' into 2fa

This commit is contained in:
Jan Böhmer 2019-12-26 15:11:17 +01:00
commit 452fc3e78a

View file

@ -30,7 +30,7 @@ script:
# Perform some simple linting if everything is correct # Perform some simple linting if everything is correct
- ./bin/console lint:yaml config --parse-tags - ./bin/console lint:yaml config --parse-tags
- ./bin/console lint:twig templates --env=prod - ./bin/console lint:twig templates --env=prod
- ./bin/console lint:xliff translations # - ./bin/console lint:xliff translations
# Check if we dont use dependencies with known vulnerabilities # Check if we dont use dependencies with known vulnerabilities
- ./bin/console security:check - ./bin/console security:check
# Check doctrine mapping # Check doctrine mapping