Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

ImportGrouping.md

File metadata and controls

18 lines (11 loc) · 538 Bytes

Pattern: Ungrouped imports

Issue: -

Description

If imports are spread throughout the file, knowing what is in scope at any one place can be difficult to work out.

Example configuration

<check enabled="true" class="org.scalastyle.scalariform.ImportGroupingChecker" level="warning"/>