Skip to content

Commit

Permalink
Update yamllint.json: new-lines correction (#3047)
Browse files Browse the repository at this point in the history
According to 
https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.new_lines a possible value for new-lines' type is missing
  • Loading branch information
amai2012 authored Jul 5, 2023
1 parent 5c1ae60 commit 7fd4971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/json/yamllint.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"title": "Type",
"description": "Unix to use UNIX-typed new line characters (\n), or dos to use DOS-typed new line characters (\r\n).",
"type": "string",
"enum": ["unix", "dos"],
"enum": ["unix", "dos", "platform"],
"default": "unix"
}
}
Expand Down

0 comments on commit 7fd4971

Please sign in to comment.