Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nicklockwood/SwiftFormat
A command-line tool and Xcode Extension for formatting Swift code
https://github.com/nicklockwood/SwiftFormat
A possible solution might be if the user is formatting an entire folder, I ignore inherited exclusion rules that exclude the folder being formatted.
Babyjfrmda432 opened this issue 7 months ago
Babyjfrmda432 opened this issue 7 months ago
RedundantSelf Rule Removal Causes Compilation Error in SwiftFormat 0.50.6 - 0.54.0
filimo opened this issue 7 months ago
filimo opened this issue 7 months ago
Support automatic sorting by name pattern for `sortDeclarations` rule
oiuhr opened this pull request 7 months ago
oiuhr opened this pull request 7 months ago
Update trigger for release action from `created` to `published`
calda opened this pull request 7 months ago
calda opened this pull request 7 months ago
SwiftFormat 0.54.0: redundantSelf rule adds invalid "self." prefix
yanniks opened this issue 7 months ago
yanniks opened this issue 7 months ago
Rule idea: collapseConditions
nicklockwood opened this issue 7 months ago
nicklockwood opened this issue 7 months ago
Rule idea: preferWhere
nicklockwood opened this issue 7 months ago
nicklockwood opened this issue 7 months ago
consistentSwitchCaseSpacing can't match SwiftLint
jshier opened this issue 7 months ago
jshier opened this issue 7 months ago
0.54.0 not yet available in CocoaPods
jshier opened this issue 7 months ago
jshier opened this issue 7 months ago
File Header rule fails on CI
jesus-mg-ios opened this issue 7 months ago
jesus-mg-ios opened this issue 7 months ago
Support comments when removing spaces between chained functions
mannylopez opened this pull request 7 months ago
mannylopez opened this pull request 7 months ago
Add comment support when removing spaces between chained function
mannylopez opened this pull request 7 months ago
mannylopez opened this pull request 7 months ago
Add CI job to build and upload artifact bundle for releases
calda opened this pull request 7 months ago
calda opened this pull request 7 months ago
Alphabetically sort organized declarations by name pattern
oiuhr opened this pull request 7 months ago
oiuhr opened this pull request 7 months ago
Fix bug where if statement body could be incorrectly parsed as trailing closure
calda opened this pull request 7 months ago
calda opened this pull request 7 months ago
Add redundant typed throws rule
miguel-jimenez-0529 opened this pull request 7 months ago
miguel-jimenez-0529 opened this pull request 7 months ago
Realize `_modify` as an accessor?
MahdiBM opened this issue 7 months ago
MahdiBM opened this issue 7 months ago
File header rule improvement
jesus-mg-ios opened this issue 7 months ago
jesus-mg-ios opened this issue 7 months ago
os_log string interpolation self removal breaks compilation
alistra opened this issue 7 months ago
alistra opened this issue 7 months ago
Fix issue where conditional compilation blocks would be sorted incorrectly
calda opened this pull request 7 months ago
calda opened this pull request 7 months ago
Improve attribute handling in opaqueGenericParameters rule
calda opened this pull request 7 months ago
calda opened this pull request 7 months ago
Fix closure argument list parsing bug in preferForLoop rule
calda opened this pull request 7 months ago
calda opened this pull request 7 months ago
Not all `init`s are initializers
MahdiBM opened this issue 7 months ago
MahdiBM opened this issue 7 months ago
Don't add `self` in `@storageRestrictions`
MahdiBM opened this issue 7 months ago
MahdiBM opened this issue 7 months ago
named tuple in closure argument destructuring breaks after formatting
alistra opened this issue 7 months ago
alistra opened this issue 7 months ago
`sortDeclarations` silent failure
domkm opened this issue 7 months ago
domkm opened this issue 7 months ago
[Bugs?] await keyword mistake order when I use Swift-testing library.
psbss opened this issue 8 months ago
psbss opened this issue 8 months ago
[Question] Can I strict the order of Closure annotation?
psbss opened this issue 8 months ago
psbss opened this issue 8 months ago
Turn off all code-affecting rules by default
dankinsoid opened this issue 8 months ago
dankinsoid opened this issue 8 months ago
Xcode source editor extension install issues
martin-slalom opened this issue 8 months ago
martin-slalom opened this issue 8 months ago
0.53.9 regression: `error: --report requires --reporter to be specified`
ksuther opened this issue 8 months ago
ksuther opened this issue 8 months ago
Add "~" to the allowed operators in generic scopes
Jnosh opened this pull request 8 months ago
Jnosh opened this pull request 8 months ago
Support SE-0430 `sending` in spaceAroundBrackets/Parens
Jnosh opened this pull request 8 months ago
Jnosh opened this pull request 8 months ago
Regression on empty lines in multiline strings not indented.
rafaelpedretti-toast opened this issue 8 months ago
rafaelpedretti-toast opened this issue 8 months ago
redundantParens false positive
brzzdev opened this issue 8 months ago
brzzdev opened this issue 8 months ago
spaceAroundOperators false positive with @MainActor and @Sendable
brzzdev opened this issue 8 months ago
brzzdev opened this issue 8 months ago
wraparguments enforcement using a threshold
pafdad opened this issue 8 months ago
pafdad opened this issue 8 months ago
False-positive on unusedArguments
romdevios opened this issue 8 months ago
romdevios opened this issue 8 months ago
Space in path still not working
TAKeanice opened this issue 8 months ago
TAKeanice opened this issue 8 months ago
unusedArguments stripping out used ones
victorBaro opened this issue 8 months ago
victorBaro opened this issue 8 months ago
Update README.md
tzxdtc opened this pull request 8 months ago
tzxdtc opened this pull request 8 months ago
Add Privacy manifest
robo-hitesh opened this issue 8 months ago
robo-hitesh opened this issue 8 months ago
`modifierOrder` option documentation clarification
hamtiko opened this pull request 9 months ago
hamtiko opened this pull request 9 months ago
--lint can no longer simply return an error code
jshier opened this issue 9 months ago
jshier opened this issue 9 months ago
Weird behavior with ternary operator within a block?
20015jjw opened this issue 9 months ago
20015jjw opened this issue 9 months ago
A parameter is incorrectly ignored
RussBaz opened this issue 9 months ago
RussBaz opened this issue 9 months ago
Fix bug in `unusedArguments` when shadowing function argument with conditional assignment declaration
calda opened this pull request 9 months ago
calda opened this pull request 9 months ago
Applying trailing closures in Modifiers.
kwokpia opened this issue 9 months ago
kwokpia opened this issue 9 months ago
Opening brace moved to new line after multiline if let despite allman option set to false
Chris75539 opened this issue 9 months ago
Chris75539 opened this issue 9 months ago
`opaqueGenericParameters` rule fails when `@_specialize(where S == ...)` attribute is added
inamiy opened this issue 9 months ago
inamiy opened this issue 9 months ago
Fix redundantInit bug in ternary operators
calda opened this pull request 9 months ago
calda opened this pull request 9 months ago
Add XML reporter
saeed-rz opened this pull request 9 months ago
saeed-rz opened this pull request 9 months ago
Add XML reporter
saeed-rz opened this pull request 9 months ago
saeed-rz opened this pull request 9 months ago
Add `—nilinit` for `redundantNilInit` rule
rakuyoMo opened this pull request 9 months ago
rakuyoMo opened this pull request 9 months ago
Add `—nilinit` for `redundantNilInit` rule
rakuyoMo opened this pull request 9 months ago
rakuyoMo opened this pull request 9 months ago
`organizeDeclarations` by type
oiuhr opened this pull request 9 months ago
oiuhr opened this pull request 9 months ago
Want to add antonym rules for `redundantNilInit`
rakuyoMo opened this issue 9 months ago
rakuyoMo opened this issue 9 months ago
Add --strict option to emit non-zero exit code after applying changes
calda opened this pull request 9 months ago
calda opened this pull request 9 months ago
How to exclude SPM packages from SwiftFormat (Question)
aFernandezEspinosa opened this issue 9 months ago
aFernandezEspinosa opened this issue 9 months ago
`redundantParens` erroneously removes parentheses in closure definition
antiraum opened this issue 9 months ago
antiraum opened this issue 9 months ago
Report as XML conforming to the Checkstyle specification to support in Jenkins pipeline
saeed-rz opened this issue 9 months ago
saeed-rz opened this issue 9 months ago
redundantInit causes "initializing from a metatype value must reference 'init' explicitly"
marcelofabri opened this issue 9 months ago
marcelofabri opened this issue 9 months ago
`redundantParens` can make unexpected error
ski-u opened this issue 9 months ago
ski-u opened this issue 9 months ago
`strongifiedSelf` strips some necessary backticks
heiberg opened this issue 9 months ago
heiberg opened this issue 9 months ago
Build phase - swiftformat not able to view .swiftformat on test target
evliu opened this issue 9 months ago
evliu opened this issue 9 months ago
Staged file deletions result in "<unknown>: error: Unable to open /Some/FilePath/File.swift: file is not readable or does not exist"
Pispa339 opened this issue 9 months ago
Pispa339 opened this issue 9 months ago
Add GitHub actions and swiftversion info to README
finnvoor opened this pull request 9 months ago
finnvoor opened this pull request 9 months ago
Breaks code by introducing a space in a function attribute
JaapWijnen opened this issue 9 months ago
JaapWijnen opened this issue 9 months ago
Fix opaqueGenericParameters workaround comment
ilg opened this pull request 9 months ago
ilg opened this pull request 9 months ago
How I can setup indentation for empty lines?
DanDolog opened this issue 9 months ago
DanDolog opened this issue 9 months ago
Really strange permission problem
everlof opened this issue 9 months ago
everlof opened this issue 9 months ago
`wrapEnumCases` breaks for associated values when `case` is on different line
MartinP7r opened this issue 9 months ago
MartinP7r opened this issue 9 months ago
Breaks the code by removing needed parentheses for generic parameter packs
ivanovdmitri opened this issue 9 months ago
ivanovdmitri opened this issue 9 months ago
Format rule --allman false
CaramelHeaven opened this issue 9 months ago
CaramelHeaven opened this issue 9 months ago
Fix issue where `redundantInit` didn't work on some complex types
calda opened this pull request 9 months ago
calda opened this pull request 9 months ago
Update preferInferredTypes rule to also support converting from inferred types to explicit types, fix bugs
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Fix issue where --wrapreturntype if-multiline didn't work with arrays, dictionaries, tuples, or generic types
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
False positive with `spaceAroundBrackets` for consuming or borrowing array parameter
Jnosh opened this issue 10 months ago
Jnosh opened this issue 10 months ago
Extend preferInferredTypes rule to support if/switch expressions
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Add redundantProperty rule
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Rule idea: computed vars over functions with 0 arguments
bobby-fi opened this issue 10 months ago
bobby-fi opened this issue 10 months ago
Change System Preferences to System Settings
bikrrr opened this pull request 10 months ago
bikrrr opened this pull request 10 months ago
warning: Failed to write cache file at ..swiftformat.cache.
JulesMoorhouse opened this issue 10 months ago
JulesMoorhouse opened this issue 10 months ago
`blankLineAfterImports` rule works incorrectly with `internal` and `private` keywords
smartpie opened this issue 10 months ago
smartpie opened this issue 10 months ago
SwiftFormat creating incorrect SwiftData code: "A default value requires a fully qualified domain named value"
glacials opened this issue 10 months ago
glacials opened this issue 10 months ago
hoistAwait misbehaves in async auto closures
alexito4 opened this issue 10 months ago
alexito4 opened this issue 10 months ago
Update conditionalAssignment rule to support more complex lvalues
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Capture Lists and `--wrapcollections`
rehatkathuria opened this issue 10 months ago
rehatkathuria opened this issue 10 months ago
Universal build fails with `error: duplicate key found: '<ResolvedTarget: CommandLineTool>'`
torarnv opened this issue 10 months ago
torarnv opened this issue 10 months ago
Lots of issues with `nonisolated(unsafe)`
finnvoor opened this issue 10 months ago
finnvoor opened this issue 10 months ago
Update conditionalAssignment rule to also simplify if/switch expressions that don't immediately follow property declaration
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Hoist try error with multi line string
bramseynhaeve opened this issue 10 months ago
bramseynhaeve opened this issue 10 months ago
Option idea for rule `wrapMultilineConditionalAssignment`
smartpie opened this issue 10 months ago
smartpie opened this issue 10 months ago
Add preferInferredTypes rule
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Add Swift 6.0 to list of supported Swift versions
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
Add option to preserve all doc comments, preserve regular comments before grouped declarations
calda opened this pull request 10 months ago
calda opened this pull request 10 months ago
redundanttype rule is not smart enough
elenzil opened this issue 10 months ago
elenzil opened this issue 10 months ago
Missing version 0.53.2
jimmycaspeco opened this issue 10 months ago
jimmycaspeco opened this issue 10 months ago
`enumNamespaces` applies even to types with macros attached
jshier opened this issue 11 months ago
jshier opened this issue 11 months ago
Rule Idea: Prefer Color/ImageResource over 'named' Initialisers
Sherlouk opened this issue 11 months ago
Sherlouk opened this issue 11 months ago