.yamllint_config 116 B

1234567891011
  1. extends: default
  2. ignore: |
  3. app
  4. src
  5. .travis.yml
  6. .codeclimate.yml
  7. rules:
  8. line-length:
  9. max: 500