Skip to content

Commit

Permalink
chore: check for ordered keys
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenpaauw committed Oct 28, 2019
1 parent 006be51 commit 6efe011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ rules:
check-multi-line-strings: false
key-duplicates:
level: error
key-ordering:
level: error
line-length:
level: warning
max: 120
Expand Down
2 changes: 1 addition & 1 deletion themes/amoled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ amoled:
paper-dialog-background-color: "#000000"
paper-grey-200: "#414A59"
paper-grey-50: "var(--primary-text-color)"
paper-item-icon_-_color: "green"
paper-item-icon-active-color: "#F9C536"
paper-item-icon-color: "var(--primary-text-color)"
paper-item-icon_-_color: "green"
paper-item-selected_-_background-color: "#434954"
paper-listbox-background-color: "#000000"
paper-listbox-color: "#FFFFFF)"
Expand Down

0 comments on commit 6efe011

Please sign in to comment.