From 88d03988aa95e9fd150d1422b80aededb2019e29 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 28 Aug 2018 09:25:27 +0200 Subject: [PATCH] Minor - Use custom phpcsfixer file --- .flintci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.flintci.yml b/.flintci.yml index 4a3483b225..5a45defbe0 100644 --- a/.flintci.yml +++ b/.flintci.yml @@ -1,5 +1,6 @@ services: - phpcsfixer: true - yamllint: - version: latest - config_path: .yamllint_config + phpcsfixer: + config_path: config/.php_cs + yamllint: + version: latest + config_path: .yamllint_config