Skip to content

Commit 9f7d0cb

Browse files
thomas-serre-sonarsourcesonartech
authored andcommitted
SONARPY-3174 Fix quality gate issue: missing package-info in nosonar package (#385)
GitOrigin-RevId: 555fd817025eadf2292e1ea73c06d45dd5e613a6
1 parent 762aad2 commit 9f7d0cb

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* SonarQube Python Plugin
3+
* Copyright (C) 2011-2025 SonarSource SA
4+
* mailto:info AT sonarsource DOT com
5+
*
6+
* This program is free software; you can redistribute it and/or
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
13+
*
14+
* You should have received a copy of the Sonar Source-Available License
15+
* along with this program; if not, see https://sonarsource.com/license/ssal/
16+
*/
17+
@javax.annotation.ParametersAreNonnullByDefault
18+
package org.sonar.plugins.python.nosonar;

0 commit comments

Comments
 (0)