You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The rule correctly reports number values like `.1`, `1e2`, `.NaN` and `.Inf`, but it also reported false positives on strings like `.1two3`, `1e2a`, `.NaNa` and `.Infinit∞`. The regexps need to end with an end delimiter (`$`) otherwise longer strings can be matched too. Fixes https://github.com/adrienverge/yamllint/issues/495 |
3 years ago | |
|---|---|---|
| .. | ||
| rules | 3 years ago | |
| yaml-1.2-spec-examples | 10 years ago | |
| __init__.py | 3 years ago | |
| common.py | 3 years ago | |
| test_cli.py | 3 years ago | |
| test_config.py | 3 years ago | |
| test_linter.py | 3 years ago | |
| test_module.py | 3 years ago | |
| test_parser.py | 3 years ago | |
| test_spec_examples.py | 3 years ago | |
| test_syntax_errors.py | 3 years ago | |
| test_yamllint_directives.py | 3 years ago | |