diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-07 14:22:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-07 14:22:45 +0100 |
commit | a8c4bb4ba8323e66576bcc13579f42093ce4759b (patch) | |
tree | 3786baed4d5df4e3b5b2c0eecbdbf110969fb536 /plugins/sonar-l10n-en-plugin | |
parent | 9f1854b7a182fbf87d626354a04aba2efafc6137 (diff) | |
download | sonarqube-a8c4bb4ba8323e66576bcc13579f42093ce4759b.tar.gz sonarqube-a8c4bb4ba8323e66576bcc13579f42093ce4759b.zip |
SONAR-3172 It should not be possible to create a manual violation on a unit test source code
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 3b23ad461e4..b1ed986b7db 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -819,6 +819,7 @@ code_viewer.create_violation.missing_message=Missing message code_viewer.create_violation.missing_severity=Missing severity code_viewer.create_violation.no_rules=No rules. Please contact your administrator. code_viewer.create_violation.bad_assignee=Unknown assignee +code_viewer.create_violation.unit_test_not_supported=Users can not create their own violations on unit test files. #------------------------------------------------------------------------------ |