diff --git a/.drone.yml b/.drone.yml index 5b004fe..d5faa6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - "python3 --version" - "pip3 install yamllint" - "yamllint --version" - - "yamllint ." + - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .' - name: python3.10 image: python:3.10-slim-bullseye @@ -30,4 +30,4 @@ steps: - "python3 --version" - "pip3 install yamllint" - "yamllint --version" - - "yamllint ." + - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'