ManageIQ/manageiq-style

View on GitHub
.yamllint

Summary

Maintainability
Test Coverage
ignore: |-
  /locale/**
  /vendor/**
extends: relaxed
rules:
  indentation:
    indent-sequences: false
  line-length:
    max: 1000