template-formula/bin
Imran Iqbal 4ee6387bf9
refactor(shellcheck): fix violation
```
In bin/convert-formula.sh line 90:
        s/========/$(repeat_char =)/
                                 ^-- SC2283 (error): Remove spaces around = to assign
                                                     (or use [ ] to compare,
                                                      or quote '=' if literal).
For more information:
  https://www.shellcheck.net/wiki/SC2283 -- Remove spaces around = to assign ...
```
2022-02-12 23:51:02 +00:00
..
convert-formula.sh refactor(shellcheck): fix violation 2022-02-12 23:51:02 +00:00
install-hooks chore(pre-commit): add utility script to install hooks and environments 2020-07-27 21:57:20 +01:00
kitchen fix(rubocop): fix remaining errors manually 2019-10-08 20:12:34 +01:00