forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Yamllint to enforce double-quote (networktocode#724)
- Loading branch information
1 parent
1657316
commit 3662741
Showing
8 changed files
with
738 additions
and
739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
tests/ciena_saos/chassis_show_temperature/ciena_saos_chassis_show_temperature.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
parsed_sample: | ||
- current: '19 C' | ||
low: '17 C' | ||
high: '20 C' | ||
- current: "19 C" | ||
low: "17 C" | ||
high: "20 C" |
Oops, something went wrong.