guoguangwu
7eb6a45cd4
chore: remove refs to deprecated io/ioutil
...
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-09-26 11:13:31 -04:00
hashicorp-copywrite[bot]
19055df3ec
[COMPLIANCE] License changes ( #12568 )
...
* Updating the license from MPL to Business Source License
Going forward, this project will be licensed under the Business Source License v1.1. Please see our blog post for more details at https://hashi.co/bsl-blog , FAQ at https://hashi.co/license-faq , and details of the license at www.hashicorp.com/bsl.
* Update copyright file headers to BUSL-1.1
---------
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2023-08-10 15:53:29 -07:00
hashicorp-copywrite[bot]
b7df3ca36f
[COMPLIANCE] Add Copyright and License Headers ( #12254 )
...
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2023-03-02 15:37:05 -05:00
Yoan Blanc
36a7b28b5f
fix: print unchanged formatted file when using stdin ( #11047 )
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2021-06-03 14:02:42 +02:00
Adrien Delorme
fe21ff905d
test that folders containing a - file won't hang forever
2021-03-15 11:51:21 +01:00
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