stelligent / config-lint

Command line tool to validate configuration files
https://stelligent.github.io/config-lint/#/
MIT License
198 stars 39 forks source link

Fix/exception not loaded on terraform builtin #206

Closed chapipo closed 4 years ago

chapipo commented 4 years ago

Exceptions in profile do not apply on terraform builtin rules.

It is because the exceptions are parsed before the addition of the builtin rules.

This PR add a smoke-test to reproduce the issue and fix it.