GoogleChromeLabs / lighthousebot

Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
Apache License 2.0
2.24k stars 127 forks source link

Remove unnecessary -- #70

Closed hongbo-miao closed 4 years ago

hongbo-miao commented 4 years ago

Just wonder why we need the unnecessary --. Seems cleaner if remove them.

Please correct me if I am wrong. Thanks!

hongbo-miao commented 4 years ago

Just found one explanation at Stack Overflow

the standalone -- is *nix magic for marking the end of options, meaning (for NPM) that everything after that is passed to the command being run