declarativesystems / onceover-codequality

Lint and syntax validation for onceover
Apache License 2.0
3 stars 7 forks source link

[feature] Enable lint options #5

Closed genebean closed 5 years ago

genebean commented 6 years ago

Is there any way to override these?

    LINT_OPTIONS = [
        "--relative",
        "--fail-on-warnings",
        "--no-double_quoted_strings-check",
        "--no-80chars-check",
        "--no-variable_scope-check",
        "--no-quoted_booleans-check",
      ]

If not, can you enable overriding them?

GeoffWilliams commented 5 years ago

Plan would be to allow .puppet-lint.rc to override these default settings if existing

GeoffWilliams commented 5 years ago

released in 0.4.0