From 5c39182f81c5a12267d0ecb38b29906fc3cd119d Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 8 Jan 2018 12:46:10 +0100 Subject: [PATCH] Update .yamllint_config --- .yamllint_config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.yamllint_config b/.yamllint_config index 031fc3c45f..52770010b7 100644 --- a/.yamllint_config +++ b/.yamllint_config @@ -1,11 +1,11 @@ +extends: default ignore: | - app/* - src/* + app + src .travis.yml .codeclimate.yml -extends: default rules: line-length: max: 500 \ No newline at end of file