ManageIQ/manageiq-content

View on GitHub
.yamllint

Summary

Maintainability
Test Coverage
---
ignore: |
  /vendor/**
  /spec/manageiq/**

extends: relaxed

rules:
  indentation:
    indent-sequences: false
  # TODO: get this down to 120
  line-length:
    max: 250
  # TODO: enable this
  trailing-spaces: disable