Closed travbale closed 11 months ago
Thanks for taking a look. Will work to get these in.
Made the requested changes. I have an unrelated test failing I'm trying to figure out.
======================================================================
FAIL: test_extended_ignore_str (tests.test_config.ExtendedConfigTestCase.test_extended_ignore_str)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/travbale/yamllint/tests/test_config.py", line 388, in test_extended_ignore_str
self.assertEqual(c.ignore.match_file('test.yaml'), False)
AssertionError: None != False
Made the requested changes. I have an unrelated test failing I'm trying to figure out.
====================================================================== FAIL: test_extended_ignore_str (tests.test_config.ExtendedConfigTestCase.test_extended_ignore_str) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/travbale/yamllint/tests/test_config.py", line 388, in test_extended_ignore_str self.assertEqual(c.ignore.match_file('test.yaml'), False) AssertionError: None != False
Thanks a lot, I'll have a look!
Please ignore the failing test, it's due to a small bug in the new pathspec
version, see https://github.com/cpburnz/python-pathspec/issues/84.
Closes #561