Fix outstanding JSON lint issues and enable the JSON linter.
Change-Id: I858b194f3d23c6aa2f868cc2f04bbdc93a8732c6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
http://,
https://
+[JSON]
+bears = JSONFormatBear
+files = templates/**.json,
+ vars/**.json
+indent_size = 2
+
[all.ShellCheck]
bears = ShellCheckBear,SpaceConsistencyBear
files = provision/**.sh
],
"provisioners": [
{
- "type": "ansible",
+ "type": "ansible",
"playbook_file": "provision/local-windows-builder.yaml",
"extra_arguments": [
- "--connection", "packer",
- "--extra-vars", "ansible_shell_type=powershell ansible_shell_executable=None"
+ "--connection",
+ "packer",
+ "--extra-vars",
+ "ansible_shell_type=powershell ansible_shell_executable=None"
]
}
]