We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e23f6 commit aa8e711Copy full SHA for aa8e711
1 file changed
.github/workflows/build.yml
@@ -60,8 +60,8 @@ jobs:
60
uses: ./.github/actions/config-poetry
61
- run: |
62
poetry run black src/ tests/ --check
63
- poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d src/
64
- poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
+ poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2026 -n "Sonar Scanner Python" -E .py -d src/
+ poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2026 -n "Sonar Scanner Python" -E .py -d tests/
65
git diff --name-only --exit-code ./src ./tests
66
67
documentation:
0 commit comments