Files
yamllint/tests
Adrien Vergé fa420499c7 Config: Allow types in multiple choices
For instance, allow rules with:

    CONF = {'choice': (int, 'hardcoded-string'),
            'string-or-bool': (str, bool)}
2016-03-04 16:03:46 +01:00
..
2016-02-05 11:13:44 +01:00
2016-01-14 10:46:14 +01:00