ManageIQ/inventory_refresh

View on GitHub
.yamllint

Summary

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

extends: relaxed

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