Skip to content

Commit 5008d65

Browse files
thomas-serre-sonarsourcesonartech
authored andcommitted
SONARPY-3175 Fix quality gate issue: missing package-info in org.sonar.plugins.python.api.nosonar package (#386)
GitOrigin-RevId: 83b43b8d51eda4af23803bf91fc39c33b81d0e0b
1 parent 9f7d0cb commit 5008d65

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
@ParametersAreNonnullByDefault
18+
package org.sonar.plugins.python.api.nosonar;
19+
20+
import javax.annotation.ParametersAreNonnullByDefault;
21+

0 commit comments

Comments
 (0)