aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 17:42:03 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 17:42:03 +0200
commitbe7062c897690ef4afa03ecde7ef1977348c5350 (patch)
tree6177e0adc0f50f1de4be407e317a0041b2abf604 /scalastyle-config.xml
parentf63589838344e91f84621162d9e0a4cc2c532949 (diff)
downloaddotty-be7062c897690ef4afa03ecde7ef1977348c5350.tar.gz
dotty-be7062c897690ef4afa03ecde7ef1977348c5350.tar.bz2
dotty-be7062c897690ef4afa03ecde7ef1977348c5350.zip
Disabling SpacesAfterPlusChecker: false positives for variances.
Diffstat (limited to 'scalastyle-config.xml')
-rw-r--r--scalastyle-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 8c1723c97..8f98241c7 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -25,7 +25,7 @@
// limitations under the License.]]></parameter>
</parameters>
</check>
- <check level="warning" class="org.scalastyle.scalariform.SpacesAfterPlusChecker" enabled="true"></check>
+ <check level="warning" class="org.scalastyle.scalariform.SpacesAfterPlusChecker" enabled="false"></check>
<check level="warning" class="org.scalastyle.file.WhitespaceEndOfLineChecker" enabled="true"></check>
<check level="warning" class="org.scalastyle.scalariform.SpacesBeforePlusChecker" enabled="true"></check>
<check level="warning" class="org.scalastyle.file.FileLineLengthChecker" enabled="false">