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