michael-o commented on a change in pull request #51:
URL: 
https://github.com/apache/maven-dependency-analyzer/pull/51#discussion_r810511415



##########
File path: 
src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java
##########
@@ -94,7 +97,7 @@ public ProjectDependencyAnalysis analyze( MavenProject 
project )
             Set<Artifact> testArtifactsWithNonTestScope = 
getTestArtifactsWithNonTestScope( testOnlyArtifacts );
 
             return new ProjectDependencyAnalysis( usedDeclaredArtifacts, 
usedUndeclaredArtifactsWithClasses,
-                                                  unusedDeclaredArtifacts, 
testArtifactsWithNonTestScope );
+                unusedDeclaredArtifacts, testArtifactsWithNonTestScope );

Review comment:
       It's incomplete. What I have seen in Core and other components is to 
align on the same column




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to