-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
165 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Markdown lint | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
|
||
jobs: | ||
vale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: errata-ai/[email protected] | ||
with: | ||
fail_on_error: true | ||
filter_mode: nofilter | ||
vale_flags: "--glob=*.md --config=tests/.vale.ini" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- Changelog with backdated changes (#72). | ||
|
||
## [10.5.1] - 2024-05-23 | ||
|
||
### Changed | ||
|
||
- Update to [SonarQube version 10.5.1](https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-5/) (#76). | ||
|
||
## [10.3.0] - 2023-12-22 | ||
|
||
### Changed | ||
|
||
- Update to [SonarQube version 10.3.0](https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-3/) (#55). | ||
|
||
## [10.1.0] - 2023-09-05 | ||
|
||
### Added | ||
|
||
- Rule versioning to quality profiles (#53). | ||
|
||
### Changed | ||
|
||
- Update to [SonarQube version 10.1.0](https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-1/) (#52). | ||
- Update plugins | ||
- Reconfigure rules and properties for size, complexity, parameters and suppression (#53). | ||
|
||
## [9.9.1] - 2023-05-09 | ||
|
||
### Added | ||
|
||
- Default language profile for Kotlin (#48). | ||
|
||
### Changed | ||
|
||
- Update SonarQube to version 9.9.1 (#48). | ||
- Update plugin `checkstyle/sonar-checkstyle` to [version 10.9.3](https://github.com/checkstyle/sonar-checkstyle/releases/tag/10.9.3) (#48). | ||
- Update plugin `dependency-check/dependency-check-sonar-plugin` to [version 3.1.0](https://github.com/dependency-check/dependency-check-sonar-plugin/releases/tag/3.1.0) (#48). | ||
- Update plugin `spotbugs/sonar-findbugs` to [version 4.2.3](https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.3) (#48). | ||
|
||
## [9.7.1] - 2022-12-02 | ||
|
||
### Changed | ||
|
||
- Update SonarQube to version 9.7.1 (#46). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
StylesPath = styles | ||
|
||
MinAlertLevel = suggestion | ||
Vocab = Base | ||
|
||
Packages = proselint | ||
|
||
[*.md] | ||
BasedOnStyles = Vale, proselint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
python-sonarqube-api >= 2.0 | ||
requests >= 2.31 | ||
vale >= 3.9.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
Anchore | ||
APIs | ||
Caddy | ||
Checkmarx | ||
Cobertura | ||
Dependabot | ||
Docker-composition | ||
Dockerfile | ||
DTDs | ||
ESLint | ||
Gravatar | ||
Jira | ||
JMeter | ||
JUnit | ||
NCover | ||
Nginx | ||
OJAudit | ||
OpenShift | ||
PDFs | ||
Pydantic | ||
Robocop | ||
Snyk | ||
Trello | ||
Trivy | ||
UUIDs | ||
Wekan | ||
[Hh]ostname | ||
[Uu]nmerged | ||
asyncio | ||
autoformatting | ||
breakpoint | ||
clearable | ||
cloc | ||
discoverability | ||
donut | ||
errored | ||
favicon | ||
fixme | ||
hostnames? | ||
hotspots? | ||
lookback | ||
misconfigured | ||
mypy | ||
namespace | ||
npm | ||
parameterizable | ||
phpldapadmin | ||
[Pp]erformancetest | ||
severities | ||
sparkline | ||
subfolders | ||
submenus | ||
suppressions | ||
todo | ||
tooltips? | ||
tracebacks? | ||
unencrypted | ||
unicode | ||
unmerged | ||
upvotes | ||
url | ||
xml | ||
Dennie | ||
Bouman | ||
Suchow | ||
Redistributions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
docker composition | ||
Docker composition | ||
docker-composition |