ManageIQ/manageiq-ui-classic

View on GitHub
.yamllint

Summary

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

extends: relaxed

rules:
  indentation:
    indent-sequences: false
  line-length:
    max: 1000