CODECONVENTIONS: Fix brew uncrustify installation instructions.

For security reasons, homebrew stopped allowing direct Formula references.

Signed-off-by: Brian Pugh <bnp117@gmail.com>
pull/10843/head
Brian Pugh 2023-02-24 10:08:41 -08:00 zatwierdzone przez Damien George
rodzic 0f92954eee
commit 0098096682
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -102,7 +102,7 @@ Brew
This command may work, please raise a new Issue if it doesn't:
```
brew install https://github.com/Homebrew/homebrew-core/raw/2b07d8192623365078a8b855a164ebcdf81494a6/Formula/uncrustify.rb
curl -L https://github.com/Homebrew/homebrew-core/raw/2b07d8192623365078a8b855a164ebcdf81494a6/Formula/uncrustify.rb > uncrustify.rb && brew install uncrustify.rb && rm uncrustify.rb
```
Automatic Pre-Commit Hooks