Commit Graph

3 Commits (fa420499c72aaac4126439b75120511b5638a4af)

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