mirror of https://github.com/apache/lucene.git
Make the eclipse setup fail on comparingIdentical and noEffectAssignment like precommit does.
This commit is contained in:
parent
7d296fe286
commit
1a78cab1fa
|
@ -304,4 +304,6 @@ org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true
|
|||
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
|
||||
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
|
||||
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
|
||||
org.eclipse.jdt.core.compiler.problem.comparingIdentical=error
|
||||
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
|
||||
org.eclipse.jdt.core.compiler.problem.unusedImport=error
|
||||
|
|
Loading…
Reference in New Issue