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

redundantSelf removes self for an Optional<Self> in Swift 5.8

RomanTysiachnik opened this issue over 1 year ago
Rule hoistPatternLet inline being misapplied.

paulo-bc opened this issue over 1 year ago
Fix `@_spi` related bug for `blankLineAfterImports` rule

ski-u opened this pull request over 1 year ago
Insert line break after import with `@_spi`

ski-u opened this issue over 1 year ago
Config File: swiftversion

michaeldclifford opened this issue over 1 year ago
Fix stripping file header

ibrahimoktay opened this pull request over 1 year ago
FileHeader strip is not working when there is a url

ibrahimoktay opened this issue over 1 year ago
Invalid `self.` insertion with capture list

keith opened this issue over 1 year ago
Adopt `swift-log` for logging?

gwynne opened this issue over 1 year ago
'hoistTry' continues to have an issue in strings - part 3

foscomputerservices opened this issue over 1 year ago
Syntax error for function inside a closure due to self

Vaberer opened this issue over 1 year ago
Unexpected static keyword

keith opened this issue over 1 year ago
Regression of tabbing in compiler #if conditionals

gregcotten opened this issue over 1 year ago
Shadowed argument unexpectedly marked as unused (via `--rules unusedArguments`)

marciniwanicki opened this issue almost 2 years ago
Unexpected white characters when using `--funcattributes same-line`

marciniwanicki opened this issue almost 2 years ago
Create SECURITY.md

pants41 opened this pull request almost 2 years ago
Provide --self option to ignore capture lists

keith opened this issue almost 2 years ago
self. added to capture list without binding

keith opened this issue almost 2 years ago
Invalid self. in closure capture list

keith opened this issue almost 2 years ago
redundantInit false warning when .init is preceded by #if DEBUG

bobergj opened this issue almost 2 years ago
redundantSelf doesn't autocorrect when using `if case` inside a struct

marcelofabri opened this issue almost 2 years ago
'hoistTry' rule continues to have an issue in strings

foscomputerservices opened this issue almost 2 years ago
New line after } but not in the end of scope

Vaberer opened this issue almost 2 years ago
Switch Expressions Enabled in Swift 5.8 Mode

jshier opened this issue almost 2 years ago
'hoistTry' rule has an issue in strings

foscomputerservices opened this issue almost 2 years ago
Custom formatting rules

dankinsoid opened this issue almost 2 years ago
fix README.md instructions for binaryTarget

i-colours-u opened this pull request almost 2 years ago
Disable `if let` and `guard let` shortened syntax in Swift 5.7

bartlomiejswierad-vodeno opened this issue almost 2 years ago
[0.51.1] HoistAwait broken in string interpolation

lla01 opened this issue almost 2 years ago
Add feature to ignore existing line breaks

pronebird opened this issue almost 2 years ago
The try statement inside the Text is also Formatted.

shira-shun opened this issue almost 2 years ago
Compiler error with expected {

shkhaliq opened this issue almost 2 years ago
Question about Swiftformat and config file

ilikerb0407 opened this issue almost 2 years ago
Incorrectly removes generics making the code uncompileable

dankinsoid opened this issue almost 2 years ago
Update if / switch expression features to be enabled in Swift 5.9+

calda opened this pull request almost 2 years ago
--wraparguments preserve undoes argument wrapping

jshier opened this issue almost 2 years ago
fix: hoistTry string interpolation

facumenzella opened this pull request almost 2 years ago
explicit config vs local .swiftformat

vhosune opened this issue almost 2 years ago
"Expected for keyword" on 0.51.2

marcelofabri opened this issue almost 2 years ago
Link to relevant sections for installation

dangalasko opened this pull request almost 2 years ago
redundantSelf should respect warn_unqualified_access attribute.

paulo-bc opened this issue almost 2 years ago
Feature Request: Support for "Run Build Tool Plug-ins"

SNQ-2001 opened this issue almost 2 years ago
Empty lines in multiline strings not indented.

bartlomiejswierad-vodeno opened this issue almost 2 years ago
Is there any way to order // MARK: Internal BEFORE // MARK: Lifecycle?

thepost opened this issue almost 2 years ago
Syntax Error for let constants

Vaberer opened this issue almost 2 years ago
Error: Unknown rule 'preferDouble'. Did you mean 'preferKeyPath'?

ilkeyucel opened this issue almost 2 years ago
fix typo

noppefoxwolf opened this pull request almost 2 years ago
Max number of arguments to also start wrapping them

gchiacchio opened this issue almost 2 years ago
`hoistTry` rule can make an error

ski-u opened this issue almost 2 years ago
Update Year and Fix GitHub Spelling.

PompeiaPaetenari opened this pull request almost 2 years ago
Reformatting `try` out of XCTAssertEqual call breaks the source

guillaumealgis opened this issue almost 2 years ago
Use Ubuntu 20.04 in Linux CI

gferon opened this pull request almost 2 years ago
Fix bug in redundantReturn rule

calda opened this pull request almost 2 years ago
feat: `hoistTry` rule

facumenzella opened this pull request almost 2 years ago
Release wrapeffects option

bobergj opened this issue almost 2 years ago
`redundantNilInit` and `redundantLet` in view builder

lhunath opened this issue almost 2 years ago
Indentation rules

rhysm94 opened this issue almost 2 years ago
Indent rule breaks Xcode default indentation

easydev991 opened this issue almost 2 years ago
Config file as a remote url

JulesMoorhouse opened this issue about 2 years ago
[Bug] Unexpected `--ifdef no-indent` behavior on SwiftUI modifiers

davdroman opened this issue about 2 years ago
redundantLet in switch cases rule

facumenzella opened this issue about 2 years ago
How to add SwiftFormat as plugin?

rokon-uddin opened this issue about 2 years ago
Could the artifactbundle attached to the release include linux?

doozMen opened this issue about 2 years ago
Redundanttype inferred allways

YanSte opened this issue about 2 years ago
Commented line at start of array is indented

nicklockwood opened this issue over 2 years ago
blankLinesAtStartOfScope - for curly braces not square braces

JulesMoorhouse opened this issue over 2 years ago
xcodeidentation=enabled incorrectly indents protocol conformances

freak4pc opened this issue over 2 years ago
Xcode 14 Beta 4 fails to build with swiftformat script

brzzdev opened this issue over 2 years ago
can't disable spaceInsideComments

mvolkmann opened this issue over 2 years ago
Add option for computed properties to `wrapAttributes`

bennokress opened this issue over 2 years ago
Add force-inline option to `wrapConditionalBodies`

orchetect opened this issue over 2 years ago
Would SwiftFormat work better as a Swift Package Plugin?

matthewreimer opened this issue over 2 years ago
New rules: "Add space inside parens", "Add space inside square brackets"

sergey-ilyin opened this pull request over 2 years ago
Comments don't get wrapped with Wrap and --maxwidth

jlnbuiles opened this issue almost 3 years ago
Rule `redundantSelf` shouldn't remove self for `@dynamicMemberLookup`

malaba opened this issue almost 3 years ago
Specifying --lint in .swiftformat results in "Unknown option --lint"

JetForMe opened this issue about 3 years ago
Support for both formatting files and reporting result as command return value

danieleformichelli opened this issue about 3 years ago
Crash: Format Selected Lines

MKGitHub opened this issue about 3 years ago
Feature request: Formatting based on a selected config file in Xcode.

akuzminskyi opened this issue about 3 years ago
Sorting declarations

calda opened this issue about 3 years ago
Invalid redundantSelf when using @State property wrapper

c0diq opened this issue about 3 years ago
`blankLinesBetweenScopes` adds additional line after each`}`

icanswiftabit opened this issue over 3 years ago
Windows Support

MarkKoz opened this issue over 3 years ago