reduce-algebra/mtt

(SH-1068) Detected spaces around `=` operator

johnsonjh opened this issue · 2 comments

Description

Shells are space sensitive. foo=42 means to assign 42 to the variable foo. foo = 42 means to run a command named foo, and pass = as $1 and 42 as $2. #### Problematic code: bash foo = 42 #### Preferred code: bash foo=42 #### Exceptions; If you …

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/reduce-algebra/mtt/issue/SH-1068/occurrences/

Legacy / wontfix

⚠️ This has been marked to be closed in 7 days.