Skip to content

Commit

Permalink
Merge pull request #1911 from danicheg/tweak-microsite
Browse files Browse the repository at this point in the history
Suggest using the `OrganizeImports` rule on the `ExplicitResultTypes` page
  • Loading branch information
bjaglin authored Jan 3, 2024
2 parents ec3dd1a + c983b62 commit e168f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/ExplicitResultTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ import scala.collection.mutable
+ import java.util.UUID
```

Potential workarounds:
To workaround this issue use the built-in [`OrganizeImports` rule](OrganizeImports.md).
A few more workarounds:

- use https://github.com/NeQuissimus/sort-imports
- use https://github.com/liancheng/scalafix-organize-imports
- run "organize imports" refactoring in IntelliJ

0 comments on commit e168f82

Please sign in to comment.