]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5077 Add default value
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 26 Jan 2015 15:02:51 +0000 (16:02 +0100)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 26 Jan 2015 16:03:36 +0000 (17:03 +0100)
sonar-core/src/main/java/org/sonar/core/config/ExclusionProperties.java

index 3521520e74531683805941e8ef4ef112d3407be3..5f6e968c2d8ffa9df20975bf32dff21d95c72c3b 100644 (file)
@@ -50,6 +50,7 @@ public class ExclusionProperties {
         .name("Import unknown files")
         .description("If set to true, all files are imported - with respect to inclusions and exclusions, even if there is no matching language plugin installed.")
         .type(PropertyType.BOOLEAN)
+        .defaultValue("false")
         .category(CoreProperties.CATEGORY_EXCLUSIONS)
         .subCategory(CoreProperties.SUBCATEGORY_FILES_EXCLUSIONS)
         .onQualifiers(Qualifiers.PROJECT)