Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
Collective - Host: opensource - https://opencollective.com/swiftformat - Code: https://github.com/nicklockwood/SwiftFormat

Add rule to remove block comments

github.com/nicklockwood/SwiftFormat - bb1cf9fc24d6a703c8baea6d2182c465a9ed6d44 authored about 3 years ago by sanjanapruthi <[email protected]>
Rename `conditionalBodiesOnNewline` to `wrapConditionalBodies`

github.com/nicklockwood/SwiftFormat - 5dc326324756ffa3c458f3f44d949c7de2276146 authored about 3 years ago by Nick Lockwood <[email protected]>
Add rule to put conditional bodies on new lines (#989)

github.com/nicklockwood/SwiftFormat - cd21048bbc81815cc5f7b734d6f0f402838a4ccb authored about 3 years ago by PeterBuerer <[email protected]>
Add option to remove blank line after mark (#964)

github.com/nicklockwood/SwiftFormat - 10180b3eb4f1b3dbc16ec7a7c8073c6aac86e474 authored about 3 years ago by Léane Texier <[email protected]>
Add `preferDouble` rule

github.com/nicklockwood/SwiftFormat - 5000fe96e3e787cd117974310a635dd41efc75dd authored about 3 years ago by Nick Lockwood <[email protected]>
Add literal support to redundantType rule (#921)

github.com/nicklockwood/SwiftFormat - 04414751e7d35ce0c164652f3267f7839f2da6a5 authored about 3 years ago by Cal Stephens <[email protected]>
Make `--redundanttype infer-locals-only` the default

github.com/nicklockwood/SwiftFormat - 9d91b0074974f4f9ddbae8c77cbf7db7c5799ad5 authored about 3 years ago by Nick Lockwood <[email protected]>
Add --redundanttype infer-locals-only option

github.com/nicklockwood/SwiftFormat - aba7db2db258c469ef87e9cec7d00d60dfc2bbfa authored about 3 years ago by Cal Stephens <[email protected]>
Improve redundantType rule

github.com/nicklockwood/SwiftFormat - 7c20b950c4cacfc338ad2551c7ae96b5513ec76c authored about 3 years ago by Nick Lockwood <[email protected]>
Add rule to capitalize acronyms (#943)

github.com/nicklockwood/SwiftFormat - b128fe83baff36e31cadd856e99aba3797b77e86 authored about 3 years ago by Cal Stephens <[email protected]>
Add wrapMultilineStatementBraces support for more cases (#955)

github.com/nicklockwood/SwiftFormat - 922085421953a0d7d315431735d37d15bb3dec39 authored about 3 years ago by Cal Stephens <[email protected]>
Extend redundantParens rule to handle more cases

github.com/nicklockwood/SwiftFormat - c690120475d91c3156224a675f66b95f30718bca authored about 3 years ago by Nick Lockwood <[email protected]>
Improve assertionFailures rule

github.com/nicklockwood/SwiftFormat - 8fa07123f400f975546755aaad205058cc4d1b83 authored about 3 years ago by Nick Lockwood <[email protected]>
Add assertionFailures rule (#931)

github.com/nicklockwood/SwiftFormat - c353cbec6d89aa1b66bff1e37cd06cc070e9b3b6 authored about 3 years ago by sanjanapruthi <[email protected]>
Update for 0.48.18 release

github.com/nicklockwood/SwiftFormat - c9ca73cbbf066c1eced1e9b45947ca2dd0769267 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indenting of conditional wrapped members

github.com/nicklockwood/SwiftFormat - 27beabac3189113029ed778ddfd66062b6b64eed authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indenting of wrapped member after #endif

github.com/nicklockwood/SwiftFormat - ce717a9d9c159bfcd6aded78b5089daf2f35237a authored about 3 years ago by Nick Lockwood <[email protected]>
Fix `redundantObjc` rule when `private(set)` used

github.com/nicklockwood/SwiftFormat - ecb0eed7721623d017317e34fc3ce836d70e79e2 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix error reporting for `--filelist` files

github.com/nicklockwood/SwiftFormat - b0401b045704da358aa9e590c48f43733527a683 authored about 3 years ago by Nick Lockwood <[email protected]>
Apply `--selfrequired` inside nested parameter expressions

github.com/nicklockwood/SwiftFormat - ace304d3bbca6db8eaee1e7bcd4a4d45ea55854b authored about 3 years ago by Nick Lockwood <[email protected]>
Fix parsing bug in `redundantSelf` rule

github.com/nicklockwood/SwiftFormat - 24d9318b0f38c5d4e5139faefa85c126e1b91a12 authored about 3 years ago by Nick Lockwood <[email protected]>
Added section for Bazel build usage.

github.com/nicklockwood/SwiftFormat - 6fecac7d0a4bd650fc28eca30e7e2f702fcf8122 authored about 3 years ago by Chuck Grindel <[email protected]>
Update for 0.48.17 release

github.com/nicklockwood/SwiftFormat - 3c33b468d5c15b6f916b2b4c55a9a3105674c62d authored about 3 years ago by Nick Lockwood <[email protected]>
Fix syntax errors introduced when removing parens

github.com/nicklockwood/SwiftFormat - f57e664bdc0df387182d0c353367c9d0e7f7ff94 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix capture list containing comment mistaken for array

github.com/nicklockwood/SwiftFormat - a7fc89cd0a4fa08046cc04b049fb5aa6d7f9b8ba authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indent for closure with wrapped capture list

github.com/nicklockwood/SwiftFormat - 86169ecbd846209e65c951a9f212266d36a588bd authored about 3 years ago by Nick Lockwood <[email protected]>
Fix shadowed param after tuple assignment not marked unused

github.com/nicklockwood/SwiftFormat - 23cff61bea5b254565abd6036628987e0016072a authored about 3 years ago by Nick Lockwood <[email protected]>
Fix issue where pattern matching with inline let would break redundantArguments rule (#1046)

github.com/nicklockwood/SwiftFormat - 34144264208b4241ea1f316aa4c65bf8638a5cb2 authored about 3 years ago by Cal Stephens <[email protected]>
Update for 0.48.16 release

github.com/nicklockwood/SwiftFormat - 9d3f2955d54b8694827905e42ca442b93b9a062b authored about 3 years ago by Nick Lockwood <[email protected]>
Disable redundantInit if followed by comment

github.com/nicklockwood/SwiftFormat - 7dea79140216ab1ac795f5bd4edfaf5b0b581341 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix issue where redundantInit rule could cause build failure (#1039)

github.com/nicklockwood/SwiftFormat - 4265d232ea10f28e9b5e28d3385b09458c40bbb6 authored about 3 years ago by Cal Stephens <[email protected]>
Fix line indent after indented closure

github.com/nicklockwood/SwiftFormat - 5a579d9230c0bffdc4965b5bf17252bd16511b43 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indenting of labelled trailing closures

github.com/nicklockwood/SwiftFormat - 5dc1c17d794670f3a24cc2bd36e8c5f8eb5e8a09 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix trailing closure label interpreted as keyword

github.com/nicklockwood/SwiftFormat - 7dd9afe9a1256db93e0683ce78f3064e3e04b3e7 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indenting of try/await expressions in collection literal

github.com/nicklockwood/SwiftFormat - 83a39038a724253cb6ed537596e9b34df1084380 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix syntax coloring in tests

github.com/nicklockwood/SwiftFormat - 6d51c89c01c0b94cbc0ac715bda7db536d0c05b1 authored about 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.15 release

github.com/nicklockwood/SwiftFormat - a1ae5b1fb8d593f276ead034b36129bc57453732 authored about 3 years ago by Nick Lockwood <[email protected]>
Allow swiftformat directive in middle of comment

github.com/nicklockwood/SwiftFormat - d6e7d62e32da10e2ddc191dad04eb967db1562dd authored about 3 years ago by Nick Lockwood <[email protected]>
Fix unusedArgument for try/await

github.com/nicklockwood/SwiftFormat - 0989164d9813ca15205f2ae002482c948b1fb8d0 authored about 3 years ago by Nick Lockwood <[email protected]>
Balance closing paren for double-indented closures

github.com/nicklockwood/SwiftFormat - 5db6f07088b22a76272fc31fcb2f7cd6092f3d99 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix double-indent regression

github.com/nicklockwood/SwiftFormat - e458d81b7405eda57b49b243a331ce29a16363fe authored about 3 years ago by Nick Lockwood <[email protected]>
Fix inline comment directive not disabling redundantSelf

github.com/nicklockwood/SwiftFormat - 64c6a2a703bd98e40926d207d65107ab327eb57a authored about 3 years ago by Nick Lockwood <[email protected]>
Fix redundantSelf exclusions not being correctly applied

github.com/nicklockwood/SwiftFormat - fce7b50d97d34f7d0f436649c5ef9bb0f90fd47d authored about 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.14 release

github.com/nicklockwood/SwiftFormat - 0f151e632c068b3399597fc3440f12659673c1c7 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indenting of wrapped method chain after closing paren

github.com/nicklockwood/SwiftFormat - 7efba329133744b9ddb063d9ed4eb42330cf8a81 authored about 3 years ago by Nick Lockwood <[email protected]>
Make swiftformat directives case-insensitive

github.com/nicklockwood/SwiftFormat - 4efef33928bcaa326612bf648c1c960775694233 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix unsafe removal of self for shadowed variables

github.com/nicklockwood/SwiftFormat - 0720ee48ead2e4606d18c4c81113e0f7de517d2c authored about 3 years ago by Nick Lockwood <[email protected]>
Fix bug with shadowed argument treated as unused

github.com/nicklockwood/SwiftFormat - a5bfbf00c1575b1b98a6a58d8828827a57ca6c20 authored about 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.13 release

github.com/nicklockwood/SwiftFormat - a3e985b089b9a20e242136fd37c97ffd743baab9 authored about 3 years ago by Nick Lockwood <[email protected]>
Restore LinuxMain.swift

github.com/nicklockwood/SwiftFormat - 8048ebdfc549e40b4596aaf86a5946b18ae22ead authored about 3 years ago by Nick Lockwood <[email protected]>
Fix bug with indenting of chained function calls

github.com/nicklockwood/SwiftFormat - 322ef9686f9beef7b01ad1eb42c0df7d591a0c7d authored about 3 years ago by Nick Lockwood <[email protected]>
Fixed case where param incorrectly marked as unused

github.com/nicklockwood/SwiftFormat - 8bea80b9229cea9342f339c947ca2da98061b717 authored about 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.12 release

github.com/nicklockwood/SwiftFormat - 746cd7023e53e03cd4dc55273ddedbb88fe81d19 authored about 3 years ago by Nick Lockwood <[email protected]>
Extract global Swift functions list

github.com/nicklockwood/SwiftFormat - 98848a56935c43ac27de947e779cf1514e5c362a authored about 3 years ago by Nick Lockwood <[email protected]>
Fix removing self from shadowed variables

github.com/nicklockwood/SwiftFormat - ef4ea6c870331057cd2bb3da451411f953cf20a3 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix removing self from unwrapped variables

github.com/nicklockwood/SwiftFormat - 92ea8c7b06c4f58e69639d95928b0cb108542303 authored about 3 years ago by Nick Lockwood <[email protected]>
Apply --selfrequired to methods that must be called with self

github.com/nicklockwood/SwiftFormat - 05c739a0ce441a1bd1412dfcb612abc6fe916bbb authored about 3 years ago by Nick Lockwood <[email protected]>
Fix warning due to removing self from min/max in Collection extension

github.com/nicklockwood/SwiftFormat - f002b62f14daaec2655c5b1c95b4c597e59a52ef authored about 3 years ago by Nick Lockwood <[email protected]>
Fix self insert after assignment

github.com/nicklockwood/SwiftFormat - 2d8315f7c4518026a4b804a713fe067122a71495 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix unused parameters with shadowed names

github.com/nicklockwood/SwiftFormat - 6bd35cd3a616b6379dfa37fc6e3bc786b398282c authored about 3 years ago by Nick Lockwood <[email protected]>
Fix trailing comments when using `wrapEnumCases` rule

github.com/nicklockwood/SwiftFormat - 0a6337143c3a8735a83ea0a84398272ee0098e17 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix @dynamicMemberLookup bug

github.com/nicklockwood/SwiftFormat - b6ac4203c9c5579a85c97680090041b4aa5ca34c authored about 3 years ago by Nick Lockwood <[email protected]>
Fix indenting of wrapped chained functions

github.com/nicklockwood/SwiftFormat - bc7b74ca9e9d77cea6ded0bb93a2119467521aa0 authored about 3 years ago by Nick Lockwood <[email protected]>
Remove XCTestManifests.swift and LinuxMain.swift

github.com/nicklockwood/SwiftFormat - 99cf5837c97963d516863d689669500b93fd63e2 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix case(Void) bug

github.com/nicklockwood/SwiftFormat - 53823c4e1a9afeab16d54694c819fb0e57dfd7bf authored about 3 years ago by Nick Lockwood <[email protected]>
Fix potential crash in editDistance() function

github.com/nicklockwood/SwiftFormat - b64ac8630716be89640b1a3548464e23a9463cc2 authored about 3 years ago by Nick Lockwood <[email protected]>
Fix test syntax coloring in Xcode 13

github.com/nicklockwood/SwiftFormat - f021ac8930d66365ab61ce89b67f593225a53cba authored about 3 years ago by Nick Lockwood <[email protected]>
Replace Travis CI with GitHub workflow

github.com/nicklockwood/SwiftFormat - 5ce90ecf2c257574e1928f884a88bb4636dca1b9 authored about 3 years ago by Nick Lockwood <[email protected]>
Update README instructions for build phase SDKROOT.

github.com/nicklockwood/SwiftFormat - 339f566ada8587437327153e2894b65c0341ba87 authored about 3 years ago by Richard L Zarth III <[email protected]>
Update for 0.48.11 release

github.com/nicklockwood/SwiftFormat - a9bdfd2548ebe518a693a5c6341d27c42b7e7a0a authored over 3 years ago by Nick Lockwood <[email protected]>
Fix labeled tuple handling in `processDeclaredVariables()`

github.com/nicklockwood/SwiftFormat - 2844496342c4503b2978137f12f44434cbbbde6e authored over 3 years ago by Nick Lockwood <[email protected]>
Fix parsing error in `processDeclaredVariables()` helper

github.com/nicklockwood/SwiftFormat - 93dd24517695b0356ddf20e52c10da5cf6cf13d6 authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.10 release

github.com/nicklockwood/SwiftFormat - df5116af67920ac250d06d57b99d69f34eba9dc1 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix backticks incorrectly removed around underscore

github.com/nicklockwood/SwiftFormat - 1871c6e53e51723d6804a9ed356e44fb4d11aad5 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix parsing error in `redundantSelf` rule

github.com/nicklockwood/SwiftFormat - 5a91e8493cc4be82fae9b2e527d879c0e384e947 authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.9 release

github.com/nicklockwood/SwiftFormat - b3f6a8bb0600a7046d5504185fd65dfe2bcf46d4 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix incorrect removal of parens around prefix expression

github.com/nicklockwood/SwiftFormat - cd9f8eec16b54a27f5ee695c7afb3f7f9efa2017 authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.8 release

github.com/nicklockwood/SwiftFormat - c8abbd27e23db56ec428bc49cec8d2d31fc8d00e authored over 3 years ago by Nick Lockwood <[email protected]>
Fix incorrect removal of parens around operator literal

github.com/nicklockwood/SwiftFormat - 168587936da9b93b60ee492e1bfad9e83181a12e authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.7 release

github.com/nicklockwood/SwiftFormat - a7730daa5d364e1a9655dbdde083c69370bea076 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix double indent of trailing closure

github.com/nicklockwood/SwiftFormat - 068ceb3f77c9232a7a8e9a4cda5f7180742c6fec authored over 3 years ago by Nick Lockwood <[email protected]>
Fix unowned(unsafe) stripped by unusedArguments rule

github.com/nicklockwood/SwiftFormat - c45e1384589cc7e6fb3086923c2d46e5f2afca98 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix parens incorrectly removed around range argument

github.com/nicklockwood/SwiftFormat - f18393e96aeec1aa65607c236fdb2edf47a23c74 authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.6 release

github.com/nicklockwood/SwiftFormat - 6f16a7c66c35cea3539becfc440b5d4822adc90f authored over 3 years ago by Nick Lockwood <[email protected]>
Don't replace TODO in middle of doc comment block

github.com/nicklockwood/SwiftFormat - 56578e4379a85f771f92c5e33e8ab37771fdbefb authored over 3 years ago by Nick Lockwood <[email protected]>
Fix bug in `actor` variable parsing

github.com/nicklockwood/SwiftFormat - 11e0aee731efefff1c078563b429366b09b371d4 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix `redundantBackticks` rule for `actor` properties

github.com/nicklockwood/SwiftFormat - 7833d5f16be2364f50932677f57879c7b9b01324 authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.5 release

github.com/nicklockwood/SwiftFormat - 4704661bd10ef75d3d952b9e99ecd78ee30f894d authored over 3 years ago by Nick Lockwood <[email protected]>
Fix method chain indent bug

github.com/nicklockwood/SwiftFormat - 29ee0decfc392e25b0f1aac5e692b444611e51c3 authored over 3 years ago by Nick Lockwood <[email protected]>
Fail `testGenerateRulesDocumentation` if not updates

github.com/nicklockwood/SwiftFormat - f6ea222cefe8bb78d22a9d701a9384fab65716dd authored over 3 years ago by Nick Lockwood <[email protected]>
Add podspec version test

github.com/nicklockwood/SwiftFormat - 5dcc609bdad086efdd80c2d167cbfe0c96296e34 authored over 3 years ago by Nick Lockwood <[email protected]>
Add isolated/nonisolated modifiers

github.com/nicklockwood/SwiftFormat - 351fbea8c392dd97eb8b82b12a1aa6f8ed92fcb0 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix generic resultBuilder parsing

github.com/nicklockwood/SwiftFormat - 776dd27de232a43115269e3e9cad9be1d7e0f7ab authored over 3 years ago by Nick Lockwood <[email protected]>
Fix miscategorized closure

github.com/nicklockwood/SwiftFormat - 0b24671c9567919738f2682a2ead61928d8fb81c authored over 3 years ago by Nick Lockwood <[email protected]>
Fix double-indent regression

github.com/nicklockwood/SwiftFormat - df42d1753103b8af6ac0055eccb892f7eccfd7cf authored over 3 years ago by Nick Lockwood <[email protected]>
Update for 0.48.4 release

github.com/nicklockwood/SwiftFormat - 872e7034f54aeee3f20acf790ecc13e1383f7360 authored over 3 years ago by Nick Lockwood <[email protected]>
Add `actor` support

github.com/nicklockwood/SwiftFormat - 0f949c043d5a1db27db2b7df4860fffcd66a70f4 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix postfix member #ifdef indenting

github.com/nicklockwood/SwiftFormat - 3190896fd345a8e5ae634705c16ea41d9e19450f authored over 3 years ago by Nick Lockwood <[email protected]>
Fix @Sendable spacing

github.com/nicklockwood/SwiftFormat - 151d39e7c1cfad77c2bd0b47a7f22272b94a8a95 authored over 3 years ago by Nick Lockwood <[email protected]>
Fix `redundantGet` removing effectful get clause

github.com/nicklockwood/SwiftFormat - c3a58cfb9b94f6adeb4cda163d7de559fe1a443a authored over 3 years ago by Nick Lockwood <[email protected]>