mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 13:12:40 +00:00
Sets Swift minimum version to 5.8 (#8228)
Updates copyright from 2023 to 2024 & formats code - updates formatting rules Updates CI to run with swift 5.8 Adds wasmer & updates command to run carton as a swift plugin Update bazelci to also accept swift 5.8 Adds swift 5.10 to the test matrix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# options
|
||||
--self remove # redundantSelf
|
||||
--importgrouping testable-bottom # sortedImports
|
||||
--importgrouping testable-bottom # sortImports
|
||||
--trimwhitespace always
|
||||
--indentcase false
|
||||
--ifdef no-indent #indent
|
||||
@@ -17,7 +17,7 @@
|
||||
--typeattributes prev-line # wrapAttributes
|
||||
|
||||
# rules
|
||||
--rules wrap,todos,anyObjectProtocol,redundantParens,redundantReturn,redundantSelf,sortedImports,strongifiedSelf,trailingCommas,trailingSpace,wrapArguments,wrapMultilineStatementBraces,indent,wrapAttributes,void,fileHeader
|
||||
--rules wrap,todos,anyObjectProtocol,redundantParens,redundantReturn,redundantSelf,sortImports,strongifiedSelf,trailingCommas,trailingSpace,wrapArguments,wrapMultilineStatementBraces,indent,wrapAttributes,void,fileHeader
|
||||
--disable trailingclosures
|
||||
|
||||
--exclude **/*_generated.swift
|
||||
|
||||
Reference in New Issue
Block a user