|
|
## Code style check container.
|
|
|
|
|
|
The guide will help you to check your code's coding style and find issues with the code that generally compiler does not show.
|
|
|
|
|
|
|
|
|
1. Installing docker. Open up a new Terminal by pressing `Ctrl` + `Alt` + `t`
|
|
|
```sh
|
|
|
sudo apt update
|
... | ... | |