2024-09-23 12:01:04 -04:00
|
|
|
{
|
|
|
|
"tempDir": true,
|
2024-09-24 09:54:48 -04:00
|
|
|
"tests": {
|
|
|
|
"badly_formatted": {
|
|
|
|
"args": "fmt badly_formatted.yml",
|
|
|
|
"output": "[WILDLINE]badly_formatted.yml\nChecked 1 file\n"
|
|
|
|
},
|
|
|
|
"well_formatted": {
|
|
|
|
"args": "fmt --check well_formatted.yml",
|
|
|
|
"output": "Checked 1 file\n"
|
2024-11-04 12:57:29 -05:00
|
|
|
},
|
|
|
|
"ignore_line": {
|
|
|
|
"args": "fmt --check ignore_line.yml",
|
|
|
|
"output": "Checked 1 file\n"
|
|
|
|
},
|
|
|
|
"ignore_file": {
|
|
|
|
"args": "fmt ignore_file.yaml",
|
|
|
|
"output": "Checked 1 file\n"
|
|
|
|
},
|
|
|
|
"ignore_file2": {
|
|
|
|
"args": "fmt ignore_file2.yaml",
|
|
|
|
"output": "Checked 1 file\n"
|
|
|
|
},
|
|
|
|
"ignore_file3": {
|
|
|
|
"args": "fmt ignore_file3.yaml",
|
|
|
|
"output": "Checked 1 file\n"
|
|
|
|
},
|
|
|
|
"ignore_file4": {
|
|
|
|
"args": "fmt ignore_file4.yaml",
|
|
|
|
"output": "Checked 1 file\n"
|
|
|
|
},
|
|
|
|
"wrong_file_ignore": {
|
|
|
|
"args": "fmt wrong_file_ignore.yaml",
|
|
|
|
"output": "wrong_file_ignore.out"
|
2024-09-24 09:54:48 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|