---
extends: default

rules:
  line-length:
    # matches hardcoded 160 value from ansible-lint
    max: 160
