rsyslog/.shellcheck.yaml
Michael Biebl 6569133c75
Typo fixes (#4801)
* typo fix: ambigious -> ambiguous

* typo fix: aquire -> acquire

* typo fix: assgined -> assigned

* typo fix: cancelation -> cancellation

* typo fix: childs -> children

* typo fix: configuraton -> configuration

* typo fix: delemiter -> delimiter

* typo fix: forwardig -> forwarding

* typo fix: initializiation -> initialization

* typo fix: intializing -> initializing

* typo fix: lengh -> length

* typo fix: mesage -> message

* typo fix: occured -> occurred

* typo fix: occurence -> occurrence

* typo fix: paramter -> parameter

* typo fix: remaing -> remaining

* typo fix: resetted -> reset

* typo fix: suppored -> supported

* typo fix: Sytem -> System

* typo fix: uncommited -> uncommitted

* typo fix: depricated -> deprecated

* typo fix: stoping -> stopping

* type fix: allow to -> allow one to
2022-02-17 10:54:12 +01:00

13 lines
407 B
YAML

ignored:
- SC2181 # we need support for old Solaris 10
- SC2016 # shellcheck does not properly understand our intent, the issue
# is raised e.g. here in config file creation:
# binary="'$RSYSLOG_DYNNAME'.omprog-restart-terminated-bin.sh"
# we cannot explicitely permit this on each occurrence.
# things we do not (currently) care about
- SC2046
- SC2086
- SC2155
- SC2164