mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
* Add a Muse (Continuous assurance platform) configuration The full documentation is docs.muse.dev. Most interesting is the repository configuration reference https://docs.muse.dev/docs/repository-configuration/ which details how to change which tools runs, add custom tools (other than those built into the platform by default), filter for or against certain bug types, etc. For example, an explicit `.muse/config.toml` file might be: ``` jdk11 = true build = "./gradlew assemble" tools = [ "infer", "errorprone", "findsecbugs" ] customTools = [ ] ``` * Add a comment to the toml file