Jason Neiss
Results
1
issues of
Jason Neiss
Test case: ``` $ cat test.yaml --- field1: key1: val1 key2: val2 key1: val1 $ yamllint test.yaml test.yaml 5:3 error duplication of key "key1" in mapping (key-duplicates) $ cat test2.yaml...