Skip to content

Commit

Permalink
Merge pull request #1897 from marcelocenerine/organize_imports_descri…
Browse files Browse the repository at this point in the history
…ption

Add description to the OrganizeImports rule
  • Loading branch information
bjaglin authored Nov 25, 2023
2 parents e054ea7 + d75ecb8 commit 11a95ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ re-generate on file save.

```sh
$ sbt
> docs/run -w
> ci-docs
```

To view the website in your browser, start the Docusaurus live reload server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class OrganizeImports(config: OrganizeImportsConfig)

def this() = this(OrganizeImportsConfig())

override def description: String = "Organize import statements"

override def isLinter: Boolean = true

override def isRewrite: Boolean = true
Expand Down

0 comments on commit 11a95ff

Please sign in to comment.