diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index c5a04d46..056d78d9 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -16,15 +16,14 @@ jobs: # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review]. reporter: github-check # Change reporter level if you need. - level: info + level: warning language: en-US disabled_categories: 'TYPOS,TYPOGRAPHY,CASING' disabled_rules: 'WHITESPACE_RULE,EN_QUOTES,DASH_RULE,WORD_CONTAINS_UNDERSCORE,UPPERCASE_SENTENCE_START,ARROWS,COMMA_PARENTHESIS_WHITESPACE,UNLIKELY_OPENING_PUNCTUATION,SENTENCE_WHITESPACE,CURRENCY,EN_UNPAIRED_BRACKETS,PHRASE_REPETITION,PUNCTUATION_PARAGRAPH_END,METRIC_UNITS_EN_US,ENGLISH_WORD_REPEAT_BEGINNING_RULE,DOUBLE_PUNCTUATION,' enabled_only: 'false' enabled_rules: '' enabled_categories: '' - patterns: | - "**.md" + patterns: "**.md" diff --git a/INSTALL.md b/INSTALL.md index 9b24c003..cf5a1491 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -57,7 +57,7 @@ $ sudo ninja -C build install This will install Clevis to a location determined at configure time. -See the output of `meson --help` for the available options. Typically +See the output of `meson --help` for the available options. Typically, much won't be needed besides providing an alternative --prefix option at configure time, and maybe DESTDIR at install time if you're packaging for a distro. diff --git a/README.md b/README.md index 457ad130..259a64bf 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,7 @@ advertisement is trusted. Clevis provides support to encrypt a key in a Trusted Platform Module 2.0 (TPM2) chip. The cryptographically-strong, random key used for encryption is encrypted -using the TPM2 chip, and then at decryption time is decrypted using the TPM2 to -allow clevis to decrypt the secret stored in the JWE. +using the TPM2 chip, and is decrypted using TPM2 at the time of decryption to allow clevis to decrypt the secret stored in the JWE. For example: @@ -164,7 +163,7 @@ initramfs you will need to run: sudo update-initramfs -u -k 'all' ``` -Upon reboot it will behave exactly as if using Dracut. +Upon reboot, it will behave exactly as if using Dracut. #### Unlocker: UDisks2