summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-03-10Take package and update it to version 3.3coderkun
Take over the package and update it to version 3.3.0.74768. The minimum required Java runtime version is now 17. Additionally, remove the check() function as it requires some node.js/nvm login and therefore prevents the build from succeeding. Finally, the python patch has been removed.
2023-03-23Install AnalyzersMarc Schreiber
The build now ensures that the analyzers will be included into the installation directory as well.
2023-03-20Update sonarlint-ls to the newest releaseMarc Schreiber
2023-03-16Initial AUR SetupMarc Schreiber
This commit provides the initial setup for running sonarlint-language-server as a CLI tool. With the next release of sonarlint-language-server it is then possible to integrate the LSP into Neovim. See https://github.com/SonarSource/sonarlint-language-server/pull/187