Skip to content

Commit

Permalink
Merge pull request #1591 from scalacenter/sidebar
Browse files Browse the repository at this point in the history
docs: add new rule and reorder alphabetically in sidebar
  • Loading branch information
bjaglin authored Apr 7, 2022
2 parents e7d4a20 + 06bd1dc commit 660877e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"Usage": ["users/installation", "users/configuration", "users/suppression"],
"Rules": [
"rules/overview",
"rules/community-rules",
"rules/RemoveUnused",
"rules/ExplicitResultTypes",
"rules/DisableSyntax",
"rules/NoAutoTupling",
"rules/ExplicitResultTypes",
"rules/LeakingImplicitClassVal",
"rules/NoAutoTupling",
"rules/NoValInForComprehension",
"rules/ProcedureSyntax",
"rules/external-rules"
"rules/RedundantSyntax",
"rules/RemoveUnused",
"rules/external-rules",
"rules/community-rules"
],
"Misc": ["users/related-projects"]
},
Expand Down

0 comments on commit 660877e

Please sign in to comment.