Skip to content

Decide whether to add pre-commit hooks for linters #1

@ltalirz

Description

@ltalirz

We could add pre-commit hooks for yamllint and ansible-lint to speed up development (no need to do molecule test for this). See here for an example.

If we do so, however, it would be nice to use the same settings as inside molecule - e.g. one should pass the options defined here

extends: default
rules:
line-length:
max: 150
level: warning

to the pre-commit hook.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions