You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/09/21 19:58:15 UTC

[GitHub] [lucene-solr] TomMD commented on a change in pull request #1901: SOLR-14883 Add a Muse (Continuous assurance platform) configuration

TomMD commented on a change in pull request #1901:
URL: https://github.com/apache/lucene-solr/pull/1901#discussion_r492311229



##########
File path: .muse/config.toml
##########
@@ -0,0 +1 @@
+jdk11 = true

Review comment:
       @tflobbe Sure, I'll put that here and amend the commit.
   
   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 = [ ]
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org