Skip to content
  1. Apr 06, 2021
  2. Apr 01, 2021
  3. Mar 31, 2021
  4. Mar 28, 2021
  5. Mar 27, 2021
  6. Mar 25, 2021
  7. Mar 16, 2021
    • Léa Gris's avatar
      refactor(installer): fix static analysis warnings (#9529) · 95a06f39
      Léa Gris authored
      * refactor(install.sh): fix static analysis warnings
      
      Clear all warnings and errors raised by shellcheck.net static analysis.
      
      - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`.
      - Move variables out of`printf` format string.
      - Refactor/simplify string formatters for error and underline.
      - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters.
      
      * fix(uname): non-posix -o option
      
      * fix(install.sh): non portable which
      
      Replaced non-portable `which zsh` by portable `command -v zsh`
      95a06f39
  8. Mar 15, 2021
  9. Mar 13, 2021
  10. Mar 08, 2021
  11. Mar 01, 2021
  12. Feb 21, 2021
  13. Feb 09, 2021
  14. Jan 31, 2021
  15. Jan 27, 2021
  16. Jan 21, 2021
  17. Jan 20, 2021
  18. Jan 16, 2021
  19. Jan 15, 2021
Loading