Browse Source

SONAR-3885 Documentation of inclusion patterns

tags/3.4
David Gageot 11 years ago
parent
commit
ef9e63fa87

+ 15
- 0
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties View File

@@ -605,6 +605,10 @@ category.exclusions.help=<h2>Wildcards</h2>\
<td>?</td>\
<td>Match a single character</td>\
</tr>\
<tr class="even">\
<td>!</td>\
<td>Negates a pattern</td>\
</tr>\
</table>\
<p>Examples:</p>\
<table class="data">\
@@ -662,6 +666,17 @@ category.exclusions.help=<h2>Wildcards</h2>\
</ul>\
</td>\
</tr>\
<tr class="even">\
<td>!**/*Test.java</td>\
<td>matches all <code>.java</code> files whose name doesn't end with <code>Test</code></td>\
<td>\
<ul>\
<li>Foo.java</li>\
<li>foo/Bar.java</li>\
<li>foo/bar/Baz.java</li>\
</ul>\
</td>\
</tr>\
</table>

property.error.notBoolean=Valid options are "true" and "false"

Loading…
Cancel
Save