Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ You can also build and run only Ruling Tests using the `ruling` property:
## License headers

License headers are automatically updated by the spotless plugin but only for Java files.
Furthermore, there are files such as `package-info.java` and `module-info.java` that spotless ignores.
Furthermore, there are files such as `package-info.java` and `module-info.java` that spotless ignores. For those files use a manual script like below to update the license. E.g. on Mac:

`find . -type f -name "*-info.java" -exec sed -i '' 's/2018-2025/2018-2026/' "{}" \;`


## License

Copyright 2018-2025 SonarSource.
Copyright 2018-2026 SonarSource.

SonarQube analyzers released after November 29, 2024, including patch fixes for prior versions,
are published under the [Sonar Source-Available License Version 1 (SSALv1)](LICENSE).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion its/plugin/src/test/java/org/sonarsource/slang/Tests.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
java = "17.0"
java = "corretto-21"
gradle = "8.14"
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencyResolutionManagement {
library("assertj-core", "org.assertj", "assertj-core").version("3.26.3")
library("junit-jupiter-api", "org.junit.jupiter", "junit-jupiter-api").version("5.11.0")
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").version("5.11.0")
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("6.0.1")
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("1.11.0")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SonarSource Ruby
# Copyright (C) 2018-2025 SonarSource SA
# Copyright (C) 2018-2026 SonarSource SA
# mailto:info AT sonarsource DOT com
#
# This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SonarSource Ruby
* Copyright (C) 2018-2025 SonarSource SA
* Copyright (C) 2018-2026 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
Expand Down
Loading
Loading