/
developer.bami
/
DFM
Обзор
Документация
Войти
/
developer.bami
/
DFM
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
v1/checkstyle.xml
20 строк
924 B
Michael
Initial version of dfm generated by generator-jhipster@8.0.0-beta.1
28 янв 2024, 15:02
28 янв 2024, 15:02
a03b62a
Код
Авторство
О чём код?
<?xml version="1.0"?> <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> <module name="Checker"> <!-- Configure checker to use UTF-8 encoding --> <property name="charset" value="UTF-8"/> <!-- Configure checker to run on files with these extensions --> <property name="fileExtensions" value=""/> <!-- For detailed checkstyle configuration, see https://github.com/spring-io/nohttp/tree/master/nohttp-checkstyle --> <module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"> <property name="allowlist" value="^\Qhttp://maven.apache.org/POM/4.0.0 ^\Qhttp://www.w3.org/2001/XMLSchema-instance"/> </module> <!-- Allow suppression with comments // CHECKSTYLE:OFF ... ignored content ... // CHECKSTYLE:ON --> <module name="SuppressWithPlainTextCommentFilter"/> </module>