From 4f7116fcfbc439311a2d388db3942ccf4ee2642d Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Mon, 5 Dec 2016 22:39:18 +1100 Subject: [PATCH] Add checkstyle rule to catch usage of member variables prefixed with 'm' --- config/checkstyle/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index b38c18289..a6650dd65 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -20,7 +20,9 @@ - + + +