Skip to content

Commit

Permalink
Update Yamllint to enforce double-quote (networktocode#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored May 25, 2020
1 parent 1657316 commit 3662741
Show file tree
Hide file tree
Showing 8 changed files with 738 additions and 739 deletions.
3 changes: 1 addition & 2 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ rules:
new-line-at-end-of-file: "enable"
quoted-strings:
quote-type: "double"
level: "warning"
trailing-spaces: {}

ignore: |
tests/mocks/
tests/mocks/
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"
Loading

0 comments on commit 3662741

Please sign in to comment.