maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
216 stars 43 forks source link

Bash Formatter/Linter #566

Closed aokellermann closed 3 years ago

aokellermann commented 3 years ago

Changes

Examples

$ ./lint.sh 

In ./lint.sh line 47:
    shfmt -w -i 2 $file
                  ^---^ SC2086: Double quote to prevent globbing and word splitting.

Did you mean: 
    shfmt -w -i 2 "$file"

For more information:
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...

This change is Reviewable

maxitg commented 3 years ago

Note the Lint step here: https://app.circleci.com/pipelines/github/maxitg/SetReplace/1451/workflows/70ffad70-8856-49aa-9894-b9c0e4b2b341/jobs/2113

maxitg commented 3 years ago

Also, see #567.