Skip to content

Commit

Permalink
Merge pull request #30 from RakuyoKit/feature/format
Browse files Browse the repository at this point in the history
feat: Remove SwiftFormat `redundantNilInit` rule
  • Loading branch information
rakuyoMo authored Jun 15, 2024
2 parents a763974 + 3ed25a7 commit 426104d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
--computedvarattrs prev-line # wrapAttributes
--storedvarattrs prev-line # wrapAttributes
--complexattrs prev-line # wrapAttributes
--nilinit insert # redundantNilInit

# We recommend a max width of 100 but _strictly enforce_ a max width of 130
--maxwidth 130 # wrap
Expand Down Expand Up @@ -107,7 +106,6 @@
--rules redundantTypedThrows
--rules consistentSwitchCaseSpacing
--rules blankLineAfterSwitchCase
--rules redundantNilInit

# Not released yet, will be used after release
# --rules blankLineAfterMultilineSwitchCase
Expand Down

0 comments on commit 426104d

Please sign in to comment.