summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle-suppressions.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle-suppressions.xml b/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle-suppressions.xml
index dbf0b1f..32e7a96 100644
--- a/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle-suppressions.xml
+++ b/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle-suppressions.xml
@@ -1,11 +1,12 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!-- 2<!--
3 SPDX-License-Identifier: AGPL-3.0-or-later 3 SPDX-License-Identifier: AGPL-3.0-or-later
4 SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> 4 SPDX-FileCopyrightText: 2025-2026 Uko Kokņevičs <perkontevs@gmail.com>
5 --> 5 -->
6<!DOCTYPE suppressions PUBLIC 6<!DOCTYPE suppressions PUBLIC
7 "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" 7 "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
8 "https://checkstyle.org/dtds/suppressions_1_2.dtd"> 8 "https://checkstyle.org/dtds/suppressions_1_2.dtd">
9<suppressions> 9<suppressions>
10 <suppress files="[/\\]target[/\\]generated-sources[/\\]" checks=".*"/> 10 <suppress files="[/\\]target[/\\]generated-sources[/\\]" checks=".*"/>
11 <suppress files="[/\\]it-.*[/\\]archetype.properties" checks=".*"/>
11</suppressions> 12</suppressions>