yamllint: fix all yamllint line-length errors

Fix all line-length errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(line-length)'

Using a limit is set to 100 columns, not touching the commandlines in
GitHub workflows (at least for now).

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 13:08:30 +00:00 committed by Stephanos Ioannidis
commit 7db1d17ee3
59 changed files with 327 additions and 175 deletions

View file

@ -1,7 +1,9 @@
# Copyright (c) 2021 Casper Meijn <casper@meijn.net>
# SPDX-License-Identifier: Apache-2.0
description: Key out definition for PineTime. This pin needs to be high before the button (key_in) becomes available.
description: |
Key out definition for PineTime. This pin needs to be high before the button (key_in) becomes
available.
compatible: "pine64,pinetime-key-out"