Removed AirflowDB #715
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yaml
on: pull_request
actionlint
11s
flake8
16s
hadolint
9s
markdownlint
21s
shellcheck
9s
yamllint
24s
misspell
13s
languagetool
35s
Annotations
2 warnings and 1 notice
[shellcheck] docs/modules/airflow/examples/getting_started/code/getting_started.sh#L85 <ShellCheck.SC2069>:
docs/modules/airflow/examples/getting_started/code/getting_started.sh#L85
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
[shellcheck] docs/modules/airflow/examples/getting_started/code/getting_started.sh#L88 <ShellCheck.SC2064>:
docs/modules/airflow/examples/getting_started/code/getting_started.sh#L88
Use single quotes, otherwise this expands now rather than when signalled.
|
[LanguageTool] CHANGELOG.md#L15:
CHANGELOG.md#L15
Make sure that ‘anymore’ is used as an adverb, not as an adjective. Did you mean “any more”? (ANYMORE_ADVERB[1])
Suggestions: `any more`
URL: https://www.grammarphobia.com/blog/2011/04/anymore-3.html
Rule: https://community.languagetool.org/rule/show/ANYMORE_ADVERB?lang=en-US&subId=1
Category: GRAMMAR
|