Commit Graph

3 Commits (7688567faa78946024d0c1de30bc72340c18fa3a)

Author SHA1 Message Date
Adrien Vergé fa420499c7 Config: Allow types in multiple choices
For instance, allow rules with:

    CONF = {'choice': (int, 'hardcoded-string'),
            'string-or-bool': (str, bool)}
10 years ago
Adrien Vergé fc108e7cee Config: Refactor to use YamlLintConfig objects 10 years ago
Adrien Vergé ad5cec9c6c Config: Allow overriding only one option when extending 10 years ago