Make an exception for the formatting rules (turn off) for some files

Our rule to enforce javodocs for public members gives us a problem
because there are some patterns where javadoc make little sense so we
make the comments as small as possible, which our formatting rules do
not like, so disable it for those source files.

Change-Id: I6e3edb1e650ed45428b89cf41e6151b6536bca8a
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
This commit is contained in:
Robin Rosenberg 2012-11-15 00:53:53 +01:00 committed by Chris Aniszczyk
parent 57333a8e93
commit 20c829838a
7 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public static ConsoleText get() {
return NLS.getBundleFor(ConsoleText.class);
}
// @formatter:off
/***/ public String answerNo;
/***/ public String answerYes;
/***/ public String noSystemConsoleAvailable;

View File

@ -58,6 +58,7 @@ public static HttpServerText get() {
return NLS.getBundleFor(HttpServerText.class);
}
// @formatter:off
/***/ public String alreadyInitializedByContainer;
/***/ public String cannotGetLengthOf;
/***/ public String clientHas175ChunkedEncodingBug;

View File

@ -58,6 +58,7 @@ public static IpLogText get() {
return NLS.getBundleFor(IpLogText.class);
}
// @formatter:off
/***/ public String CQString;
/***/ public String CSVParsingError;
/***/ public String cannotLock;

View File

@ -73,6 +73,7 @@ public static String formatLine(String line) {
return MessageFormat.format(get().lineFormat, line);
}
// @formatter:off
/***/ public String IPZillaPasswordPrompt;
/***/ public String alreadyOnBranch;
/***/ public String alreadyUpToDate;

View File

@ -58,6 +58,7 @@ public static UIText get() {
return NLS.getBundleFor(UIText.class);
}
// @formatter:off
/***/ public String authenticationRequired;
/***/ public String author;
/***/ public String date;

View File

@ -58,6 +58,7 @@ public static JGitText get() {
return NLS.getBundleFor(JGitText.class);
}
// @formatter:off
/***/ public String abbreviationLengthMustBeNonNegative;
/***/ public String abortingRebase;
/***/ public String abortingRebaseFailed;

View File

@ -53,6 +53,7 @@ public static DfsText get() {
return NLS.getBundleFor(DfsText.class);
}
// @formatter:off
/***/ public String cannotReadIndex;
/***/ public String shortReadOfBlock;
/***/ public String shortReadOfIndex;