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
Can swiftformat align && operators in multi-line Equatable implementations like Xcode format?
topkim993 opened this issue 11 months ago
topkim993 opened this issue 11 months ago
Formatting a SwiftUI view modifier surrounded by #if/#endif has extra indentation
lyamamot opened this issue 11 months ago
lyamamot opened this issue 11 months ago
`preferForLoop` picks `cas` identifier for `allCases` items
SimplyDanny opened this issue 11 months ago
SimplyDanny opened this issue 11 months ago
`preferForLoop` doesn't deal well with `try` and `await`
SimplyDanny opened this issue 11 months ago
SimplyDanny opened this issue 11 months ago
Format only uncommited(modifications) if are available
zeljkomarinkovic opened this issue 11 months ago
zeljkomarinkovic opened this issue 11 months ago
Fix issue where declaration body wouldn't be sorted if organizeDeclarations was enabled but excluded declaration type
calda opened this pull request 11 months ago
calda opened this pull request 11 months ago
Unexpected false-positive in unusedArguments rule
calda opened this issue 11 months ago
calda opened this issue 11 months ago
Swiftformat not working from the docker image
rswave opened this issue 11 months ago
rswave opened this issue 11 months ago
`redundantSelf` causes an unnecessary warning when a closure has specified an actor and uses a name of a property for parameter
juri opened this issue 11 months ago
juri opened this issue 11 months ago
Issue with the rule `redundantInit` not playing nicely with preprocessor
Nirma opened this issue 11 months ago
Nirma opened this issue 11 months ago
Fix conditionalAssignment bugs with @unknown default cases
calda opened this pull request 11 months ago
calda opened this pull request 11 months ago
`swiftformat:sort` does not work on `extension`
domkm opened this issue 11 months ago
domkm opened this issue 11 months ago
Add new rules related to blank lines in switch statements
calda opened this pull request 11 months ago
calda opened this pull request 11 months ago
Add `redundantNestedConditional` rule
nicklockwood opened this issue 11 months ago
nicklockwood opened this issue 11 months ago
`hoistAwait` rule puts `await` before `try`, that makes code **Invalid**
smartpie opened this issue 11 months ago
smartpie opened this issue 11 months ago
Internal keyword is dropped on access-level imports (AccessLevelOnImport feature)
mr-swifter opened this issue 12 months ago
mr-swifter opened this issue 12 months ago
Enable `swiftformat:sort` globally?
domkm opened this issue 12 months ago
domkm opened this issue 12 months ago
`--xcodeindentation` seems not working
x-0o0 opened this issue 12 months ago
x-0o0 opened this issue 12 months ago
trailingClosures or trailingclosures
atacan opened this issue 12 months ago
atacan opened this issue 12 months ago
When using extensions, it disrupts Xcode's bookmark information.
CheeseCri opened this issue 12 months ago
CheeseCri opened this issue 12 months ago
Bug with unusedArguments rule
mnazirov opened this issue 12 months ago
mnazirov opened this issue 12 months ago
--anonymousforeach ignore is not working
Mehdi-Sohrabi0 opened this issue 12 months ago
Mehdi-Sohrabi0 opened this issue 12 months ago
trying to access ObservedObject of parent class requires explicit self. SwiftFormat removes it
flexlixrup opened this issue 12 months ago
flexlixrup opened this issue 12 months ago
Fix missing code wrapper in Rules.md
mnazirov opened this pull request 12 months ago
mnazirov opened this pull request 12 months ago
Question about Wrap
mnazirov opened this issue 12 months ago
mnazirov opened this issue 12 months ago
Duplicate header generated
timbms opened this issue 12 months ago
timbms opened this issue 12 months ago
`preferForLoop` rule causes build error
bookii opened this issue 12 months ago
bookii opened this issue 12 months ago
Extension of Internal struct cannot be public
shkhaliq opened this issue 12 months ago
shkhaliq opened this issue 12 months ago
Remove runtime stdlib dependency from pre-built binary targeting Linux
kateinoigakukun opened this pull request almost 1 year ago
kateinoigakukun opened this pull request almost 1 year ago
Private Properties At The Top Of Class Definition
yakushevichsv opened this issue about 1 year ago
yakushevichsv opened this issue about 1 year ago
contribution questions
mesqueeb opened this issue about 1 year ago
mesqueeb opened this issue about 1 year ago
Reindent comments
shindgewongxj opened this issue about 1 year ago
shindgewongxj opened this issue about 1 year ago
Error with conditionalAssignment
shkhaliq opened this issue about 1 year ago
shkhaliq opened this issue about 1 year ago
Computed property `set` is being formatted to `self.set`
qvacua opened this issue about 1 year ago
qvacua opened this issue about 1 year ago
add `length then alpha` option to `--sortImports`
Saafo opened this issue about 1 year ago
Saafo opened this issue about 1 year ago
Fix issue where parseType helper didn't handle qualified types like Foo.Bar
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Fix xcode command plugin
fthdgn opened this pull request about 1 year ago
fthdgn opened this pull request about 1 year ago
Update wrapAttributes "complex attributes" logic to exclude attributes with a single unnamed argument
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Swift Package Manager Xcode Command Plugin does not works on 0.52.9 and later
fthdgn opened this issue about 1 year ago
fthdgn opened this issue about 1 year ago
genericExtensions has no effect for me
stherold opened this issue about 1 year ago
stherold opened this issue about 1 year ago
Unexpected static keyword
chaewan-park opened this issue about 1 year ago
chaewan-park opened this issue about 1 year ago
Add option to wrap complex attributes with arguments differently than simple attributes without arguments
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
How can I begin to diagnose slow swift format runs?
squarefrog opened this issue about 1 year ago
squarefrog opened this issue about 1 year ago
Hidden protocol requirements of DistributedActorSystem
samalone opened this issue about 1 year ago
samalone opened this issue about 1 year ago
Support configuring `wrapAttributes` rule to apply differently to computed properties vs stored properties
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Update .pre-commit-hooks.yaml
kiddten opened this pull request about 1 year ago
kiddten opened this pull request about 1 year ago
Feature request: rule to convert if statements to guard where appropriate
nicklockwood opened this issue about 1 year ago
nicklockwood opened this issue about 1 year ago
Fix issue where for loop would break `conditionalAssignment` rule
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Update if/switch expression workaround for Swift 5.9 bug to handle `as!` cast
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Parsing error with raw strings inside tuples
marcelofabri opened this issue about 1 year ago
marcelofabri opened this issue about 1 year ago
conditionalAssignment bug with compiler directives (#if)
honghaoz opened this issue about 1 year ago
honghaoz opened this issue about 1 year ago
enumNamespaces overwrite imports
pronebird opened this issue about 1 year ago
pronebird opened this issue about 1 year ago
wraparguments after-first?
MiaShopgal opened this issue about 1 year ago
MiaShopgal opened this issue about 1 year ago
0.52.9 is not available via Homebrew
honkmaster opened this issue about 1 year ago
honkmaster opened this issue about 1 year ago
Single assign expression closures with optional chaining on lhs and `redundantVoidReturnType`
zienag opened this issue about 1 year ago
zienag opened this issue about 1 year ago
Fix issue where switch case with multiple where clauses could parse incorrectly
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Fix issue where `enumNamespaces` rule wouldn't be applied following import statement
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Indent rule doesn't handle conditional assignment with line break after = operator
calda opened this issue about 1 year ago
calda opened this issue about 1 year ago
Add `wrapMultilineConditionalAssignment` rule to wrap if / switch expressions to new line after assignment operator
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Implement Combined before-first and after-first Wrap Arguments
KevinDoremy opened this issue about 1 year ago
KevinDoremy opened this issue about 1 year ago
Fix SwiftFormat SwiftPM plugin not taking into account the local dependencies of targets
MahdiBM opened this pull request about 1 year ago
MahdiBM opened this pull request about 1 year ago
Redundant self throwing compiler errors
shkhaliq opened this issue about 1 year ago
shkhaliq opened this issue about 1 year ago
Linux binary is non executable
cerisier opened this issue about 1 year ago
cerisier opened this issue about 1 year ago
enumNamespaces ignored when located after an import
paul1893 opened this issue about 1 year ago
paul1893 opened this issue about 1 year ago
Don't have implicit self for weak self captures, after self is unwrapped
yagiztw opened this issue about 1 year ago
yagiztw opened this issue about 1 year ago
Fix issue where redundantClosure rule could break build if redundantReturn rule was disabled
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
blankLineAfterImports doesn't play nicely with @preconcurrency
brzzdev opened this issue about 1 year ago
brzzdev opened this issue about 1 year ago
Swift 5.9 + disabling redundantReturn error
JOyo246 opened this issue about 1 year ago
JOyo246 opened this issue about 1 year ago
Rule Request: handle indentation (in function params) like Prettier
mesqueeb opened this issue about 1 year ago
mesqueeb opened this issue about 1 year ago
sortSwitchCases raising error
xDhii opened this issue about 1 year ago
xDhii opened this issue about 1 year ago
redundantOptionalBinding raising error
xDhii opened this issue about 1 year ago
xDhii opened this issue about 1 year ago
Fix more edge cases related to if/switch expressions
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
Fix incorrect shell comman in README
revolter opened this pull request about 1 year ago
revolter opened this pull request about 1 year ago
Xcode source editor extension, prioritize read project folder's .swiftformat
winddpan opened this issue about 1 year ago
winddpan opened this issue about 1 year ago
RegEx
pdshelley opened this issue about 1 year ago
pdshelley opened this issue about 1 year ago
Indent rule default?
simon-assistiq opened this issue about 1 year ago
simon-assistiq opened this issue about 1 year ago
Compile error after reformatting inline closure in guard
benkay opened this issue about 1 year ago
benkay opened this issue about 1 year ago
Generic Type Name Violation To Swift 5.9 new feature
MrYu4 opened this issue about 1 year ago
MrYu4 opened this issue about 1 year ago
redundantReturn misses return with multiple Where clauses in Switch
bpdabrowski opened this issue about 1 year ago
bpdabrowski opened this issue about 1 year ago
Update `redundantClosure` rule to preserve closure where if/switch expression would not be allowed
calda opened this pull request about 1 year ago
calda opened this pull request about 1 year ago
docComments removes macro documentation
Finnvoor opened this issue about 1 year ago
Finnvoor opened this issue about 1 year ago
Wrapping nested calls
sjavora opened this issue about 1 year ago
sjavora opened this issue about 1 year ago
Function definition vs calls, support `closingparen` in raywenderlich style guide
gering opened this pull request about 1 year ago
gering opened this pull request about 1 year ago
error: Failed to write file <File Location>
NoamKitman opened this issue about 1 year ago
NoamKitman opened this issue about 1 year ago
error: 'switch' may only be used as expression in return, throw, or as the source of an assignment
everlof opened this issue about 1 year ago
everlof opened this issue about 1 year ago
Outputted code doesn't build
everlof opened this issue about 1 year ago
everlof opened this issue about 1 year ago
How do I use the `--funcattributes prev-line` rule in the config file?
everlof opened this issue about 1 year ago
everlof opened this issue about 1 year ago
Swift warning: BuildTools should be located under 'Sources/BuildTools'
gsora opened this issue about 1 year ago
gsora opened this issue about 1 year ago
Compiler error with 5.9 conversion to switch expression
drekka opened this issue about 1 year ago
drekka opened this issue about 1 year ago
App doesn't manage non-rule config file options
drekka opened this issue about 1 year ago
drekka opened this issue about 1 year ago
Compile error with conditionalAssignment and Swift version 5.9
honkmaster opened this issue over 1 year ago
honkmaster opened this issue over 1 year ago
Make blankLinesAroundMark prioritized over blankLinesAtStartOfScope
mitjacendak opened this issue over 1 year ago
mitjacendak opened this issue over 1 year ago
doesn't recognize both --disable all and // swiftformat:disable all
hhajime opened this issue over 1 year ago
hhajime opened this issue over 1 year ago
Improve `conditionalAssignment` and `redundantClosure` rules by parsing full expressions
calda opened this pull request over 1 year ago
calda opened this pull request over 1 year ago
conditionalAssignment rule
valeriachub opened this issue over 1 year ago
valeriachub opened this issue over 1 year ago
Rule Request: Remove redundant parenthesis from closures
rogerluan opened this issue over 1 year ago
rogerluan opened this issue over 1 year ago
conditionalAssignment matches expression within try block
antiraum opened this issue over 1 year ago
antiraum opened this issue over 1 year ago
redundantReturn removes return statements of consecutive if statements
antiraum opened this issue over 1 year ago
antiraum opened this issue over 1 year ago
`Alman = false` in combination with long char count in line breaks the `{` into a new row
tscholze opened this issue over 1 year ago
tscholze opened this issue over 1 year ago
opaqueGenericParameters cannot be disabled?
tciuro opened this issue over 1 year ago
tciuro opened this issue over 1 year ago