Adrien Delorme
|
832c0f2b2a
|
actually run fmt tests and then remove debug statements
|
2021-03-15 11:41:14 +01:00 |
teddylear
|
22d373c279
|
Adding more debug logic
|
2021-03-15 11:36:10 +01:00 |
Adrien Delorme
|
be7d7313c5
|
add tests for piping fmt
|
2021-03-12 11:25:10 +01:00 |
Adrien Delorme
|
a115b428ac
|
simplify fmt test case a little
|
2021-03-12 11:07:26 +01:00 |
teddylear
|
0637601eda
|
Fixing recursive formatting tests to work on all platforms
|
2021-02-11 22:08:36 -05:00 |
teddylear
|
d3754e3021
|
Updating recursive formatter tests to be cleaner and table driven
|
2021-02-06 18:02:26 -05:00 |
teddylear
|
40a97e29db
|
Clean up recursive format tests to be more accurate
|
2021-02-06 18:02:26 -05:00 |
teddylear
|
93df53a275
|
Refactor recursive formatting test cases to be table driven
|
2021-02-06 18:02:26 -05:00 |
teddylear
|
6adf1f6659
|
Fixing recursive fmt tests syntax and adding test case when recursive
option is off
|
2021-02-06 18:02:26 -05:00 |
teddylear
|
261abe0cae
|
Setting recursive fmt to false, updatting recursive fmt test to validate
formatted files
|
2021-02-06 18:02:26 -05:00 |
teddylear
|
ab4b3a8465
|
Adding recursive flag to formatter to format subdirectories
|
2021-02-06 18:02:23 -05:00 |
Megan Marsh
|
88b7b0e14a
|
remove sdk
|
2020-12-17 13:29:25 -08:00 |
Wilken Rivera
|
4e58987026
|
command/fmt: Ensure all variable files ending in `.pkrvars.hcl` get formatted (#10377)
Before change
```
⇶ packer fmt -check /tmp/unformatted.pkrvars.hcl
Error: Cannot tell whether /tmp/unformatted.pkrvars.hcl contains HCL2 configuration data
⇶ echo $?
1
```
After fix
```
⇶ packer fmt -check /tmp/unformatted.pkrvars.hcl
/tmp/unformatted.pkrvars.hcl
⇶ echo $?
3
⇶ packer fmt -check command/test-fixtures/fmt
command/test-fixtures/fmt/unformatted.pkr.hcl
command/test-fixtures/fmt/unformatted.auto.pkrvars.hcl
command/test-fixtures/fmt/unformatted.pkrvars.hcl
```
|
2020-12-14 10:29:58 -05:00 |