This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
yamllint
Watch
1
Star
0
Fork
0
You've already forked yamllint
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
43c50379e0a991578dbb05332bdc0513a141cb8a
yamllint
/
tests
T
History
Adrien Vergé
fec2c2fba7
fix(parser): Correctly handle DOS new lines in 'line' rules
...
Do not consider the trailing `\r` of a line a part of it.
2019-04-09 16:48:00 +02:00
..
rules
fix(parser): Correctly handle DOS new lines in 'line' rules
2019-04-09 16:48:00 +02:00
yaml-1.2-spec-examples
Tests: Remove ghost character from YAML spec example
2016-02-01 23:27:49 +01:00
__init__.py
Tests: Run with LC_ALL=C for uniform tests
2016-06-28 11:04:50 +02:00
common.py
Drop support for EOL Python 2.6
2018-11-26 19:09:47 +01:00
test_cli.py
cli: Add command line option - to read from standard input
2019-02-11 14:04:48 +01:00
test_config.py
config: Do not require all rule options to be set
2019-01-10 10:01:31 +01:00
test_linter.py
Drop support for EOL Python 2.6
2018-11-26 19:09:47 +01:00
test_module.py
Drop support for EOL Python 2.6
2018-11-26 19:09:47 +01:00
test_parser.py
Upgrade unit tests to use more useful asserts
2018-11-26 19:09:47 +01:00
test_spec_examples.py
Remove redundant parentheses
2018-11-26 19:09:47 +01:00
test_syntax_errors.py
Rules: indentation: Handle sets
2016-02-01 17:52:46 +01:00
test_yamllint_directives.py
Allow disabling yamllint checks using comments
2016-06-27 17:53:23 +02:00