... | @@ -94,20 +94,30 @@ https://www.jetbrains.com/idea/download/ |
... | @@ -94,20 +94,30 @@ https://www.jetbrains.com/idea/download/ |
|
|
|
|
|
4.1 Плагин [CheckStyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea)
|
|
4.1 Плагин [CheckStyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea)
|
|
|
|
|
|
Плагин для форматирования и проверки code style.
|
|
Плагин проверки Code Style и настройка форматирования.
|
|
|
|
|
|
Для настройки используем [asvoip_checkstyle.xml](https://gitlab.asvoip.com/pro-sd/pro-sd-ump/-/blob/master/ump/asvoip_checkstyle.xml).
|
|
Для проверки Code Style используем [asvoip_checkstyle.xml](https://gitlab.asvoip.com/pro-sd/pro-sd-ump/-/blob/master/ump/asvoip_checkstyle.xml).
|
|
|
|
|
|
За основу взят [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).
|
|
За основу взят [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).
|
|
|
|
|
|
Подключаем check_style проекта: http://prntscr.com/ugrcdx
|
|
Подключаем check_style проекта: http://prntscr.com/16tzwvr
|
|
|
|
|
|
Настраиваем checkstyle: http://prntscr.com/ugrgli
|
|
|
|
|
|
|
|
В настройках (справо кнопочка) нужно выбрать из меню
|
|
В настройках (справо кнопочка) нужно выбрать из меню
|
|
|
|
|
|
`Import Scheme` -> `CheckStyle Configuration` и выбрать файл asvoip_checkstyle.xml.
|
|
`Import Scheme` -> `CheckStyle Configuration` и выбрать файл asvoip_checkstyle.xml.
|
|
|
|
|
|
|
|
Настраиваем Code Style: http://prntscr.com/16u07on
|
|
|
|
|
|
|
|
Настраиваем XML Code Style: http://prntscr.com/16u0wa0
|
|
|
|
|
|
|
|
Настраиваем JSON Code Style: http://prntscr.com/16u15q6
|
|
|
|
|
|
|
|
Настраиваем YAML Code Style: http://prntscr.com/16u100w
|
|
|
|
|
|
|
|
Настраиваем HTML Code Style: http://prntscr.com/16u1awm
|
|
|
|
|
|
|
|
Для sql файлов указываем, что использовать SQL Dialect PostgreSQL: http://prntscr.com/16u1zki
|
|
|
|
|
|
Проверить код проекта на checkstyle: http://prntscr.com/ugrcrq
|
|
Проверить код проекта на checkstyle: http://prntscr.com/ugrcrq
|
|
|
|
|
|
4.2 Плагин [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint)
|
|
4.2 Плагин [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint)
|
... | | ... | |