diff --git a/Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat b/Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat index af78612..0e2f19b 100644 --- a/Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat +++ b/Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat @@ -33,7 +33,6 @@ --shortoptionals always #typeSugar --semicolons never #semicolons --doccomments preserve #docComments ---modifierorder open,public,final,fileprivate,private,private(set),static,override,convenience,lazy,weak #modifierOrder # We recommend a max width of 100 but _strictly enforce_ a max width of 130 --maxwidth 130 # wrap diff --git a/Sources/RakuyoSwiftFormatTool/swiftlint.yml b/Sources/RakuyoSwiftFormatTool/swiftlint.yml index 4b0cc0f..bee78c1 100644 --- a/Sources/RakuyoSwiftFormatTool/swiftlint.yml +++ b/Sources/RakuyoSwiftFormatTool/swiftlint.yml @@ -60,7 +60,6 @@ only_rules: - private_subject - unavailable_function - superfluous_else - - modifier_order - contains_over_filter_count - contains_over_filter_is_empty - contains_over_first_not_nil @@ -200,21 +199,6 @@ type_contents_order: [subscript], ] -modifier_order: - preferred_modifier_order: [ - acl, - setterACL, - override, - dynamic, - mutators, - lazy, - final, - required, - convenience, - typeMethods, - owned - ] - custom_rules: no_objcMembers: name: "@objcMembers"