Skip to content

Silence shellcheck warnings#279

Merged
XECDesign merged 1 commit intoRPi-Distro:masterfrom
hhromic:shellcheck
Apr 25, 2019
Merged

Silence shellcheck warnings#279
XECDesign merged 1 commit intoRPi-Distro:masterfrom
hhromic:shellcheck

Conversation

@hhromic
Copy link
Copy Markdown
Contributor

@hhromic hhromic commented Apr 24, 2019

  • SC1091: the config file might not be present, which is normal.
  • SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: find -name "*.sh" -exec shellcheck -x {} \;

* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
@XECDesign XECDesign merged commit 407663a into RPi-Distro:master Apr 25, 2019
@XECDesign
Copy link
Copy Markdown
Member

Thank you

@hhromic hhromic deleted the shellcheck branch April 25, 2019 09:34
fuji246 pushed a commit to lomorage/pi-gen that referenced this pull request Sep 17, 2019
* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
general-wedge pushed a commit to HQapp/hq-os that referenced this pull request Jan 5, 2020
* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
alexgg pushed a commit to balena-os/pi-gen that referenced this pull request Jul 12, 2021
* SC1091: the `config` file might not be present, which is normal.
* SC2086: Double quote to prevent globbing and word splitting.

Tested clean output using: `find -name "*.sh" -exec shellcheck -x {} \;`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants