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

Naming changes in rule table view cell for clarity

github.com/nicklockwood/SwiftFormat - 0a2316f937b6ceffa30f8fbdfd0e44b7ecd5082a authored almost 7 years ago by Tony Arnold <[email protected]>
Move the table cell definition into the main storyboard, and update the code to reflect this

github.com/nicklockwood/SwiftFormat - 0978f7352516be45366801c193d31d0ecf70c46a authored almost 7 years ago by Tony Arnold <[email protected]>
Remove ExpressibleByStringLiteral + implementation detail hiding

github.com/nicklockwood/SwiftFormat - c60dc3b6c4a32fe9ae2b1f7dfee28f4f3d2a985b authored almost 7 years ago by Vince Burn <[email protected]>
Move Code into a folder that sync with the file system

github.com/nicklockwood/SwiftFormat - 8c4b90541a67d075b385d5e93b447b350e159570 authored almost 7 years ago by Vince Burn <[email protected]>
Support for OSX 10.11 + better name

github.com/nicklockwood/SwiftFormat - 3012abcab01349cb78f9f0ffcab004aa9dd11723 authored almost 7 years ago by Vince Burn <[email protected]>
isActive -> isEnabled

github.com/nicklockwood/SwiftFormat - dfe1d931b3f23d05a59d14c74c7b362845ce4a76 authored almost 7 years ago by Vince Burn <[email protected]>
Update files.count in test

github.com/nicklockwood/SwiftFormat - 6cdbe3c885d4c43c9033c86040370a538d370768 authored almost 7 years ago by Vince Burn <[email protected]>
Move title settings to storyboard

github.com/nicklockwood/SwiftFormat - 6e5df2076d8b6798442716fc06dc53c2e6918815 authored almost 7 years ago by Vince Burn <[email protected]>
Make RulesVC 'single'

github.com/nicklockwood/SwiftFormat - 2d47413eb37d5a5e0a458d783b937e99831b7e2c authored almost 7 years ago by Vince Burn <[email protected]>
Revert "change team to compile TO BE REVERTED LATER"

This reverts commit 7822d821a57c10f905a0ce59ea59d4d0db756026.

github.com/nicklockwood/SwiftFormat - 3c8ef131d979a13a4c7b7976d08b081ecef86b81 authored almost 7 years ago by Vince Burn <[email protected]>
Rules Selection and application

github.com/nicklockwood/SwiftFormat - 761fefe9f990d401bac32e2a561bd7cce582c22e authored almost 7 years ago by Vince Burn <[email protected]>
Configure MacOS app

github.com/nicklockwood/SwiftFormat - a5528f4ae4735dc8b9bad92c2a200b864e9a9dd7 authored almost 7 years ago by Vincent Bernier <[email protected]>
isEnable -> isEnabled

github.com/nicklockwood/SwiftFormat - 88f23057761cc45d3231f1044be60979b71bdd7b authored almost 7 years ago by Vince Burn <[email protected]>
make store non-optional

github.com/nicklockwood/SwiftFormat - 9fc280a01b098fb057ad36f187293e891b76b092 authored almost 7 years ago by Vince Burn <[email protected]>
change team to compile TO BE REVERTED LATER

github.com/nicklockwood/SwiftFormat - c1a5f852837857b38af733a974d831effd5ae127 authored almost 7 years ago by Vincent Bernier <[email protected]>
run swift format

github.com/nicklockwood/SwiftFormat - 9e10e70465a05a6136d4e34c586253f1027583d0 authored almost 7 years ago by Vince Burn <[email protected]>
Basic TableView Setup

github.com/nicklockwood/SwiftFormat - 7d432229fd400126755ce7ff31173f6be70f12f0 authored almost 7 years ago by Vince Burn <[email protected]>
correct indentation

github.com/nicklockwood/SwiftFormat - 9a7f373ea372ea330d3d819448dc5ff439484118 authored almost 7 years ago by Vince Burn <[email protected]>
Updated for 0.32.2 release

github.com/nicklockwood/SwiftFormat - 16d743258f7d75a89e15f63660eaf14ec0835999 authored almost 7 years ago by Nick Lockwood <[email protected]>
Fixed bug with spaces inside multiline strings

github.com/nicklockwood/SwiftFormat - dea68fcc64444e00259ba738115d7be8691e863e authored almost 7 years ago by Nick Lockwood <[email protected]>
Add instructions for danger-swiftformat

github.com/nicklockwood/SwiftFormat - 278fbc27889c33805f2e7305053908bf20701cfe authored about 7 years ago by Vincent Garrigues <[email protected]>
Fix "exclusive accesses" violations

A single variable was being captured by a block and modified while also being passed by inout ref...

github.com/nicklockwood/SwiftFormat - 64fdc99407720551a9e878a7ea83e880a733a4d5 authored about 7 years ago by Clark S. Cox III <[email protected]>
Updated for 0.32.1 release

github.com/nicklockwood/SwiftFormat - 016b20028594c6b1973a06a505cfd52a16f86955 authored about 7 years ago by Nick Lockwood <[email protected]>
Insert space after switch case and default clauses

github.com/nicklockwood/SwiftFormat - 9f0f0ec0c62de78996dc83052eee3c270d064cf3 authored about 7 years ago by Nick Lockwood <[email protected]>
Renamed dry to dryrun and added missing code paths

github.com/nicklockwood/SwiftFormat - 3eb18f4740335c4bc38328ef758f76e5aa0103c3 authored about 7 years ago by Nick Lockwood <[email protected]>
Add dry mode

This adds a new commandline option `--dry` that when specified
prevents actual file changes and ...

github.com/nicklockwood/SwiftFormat - 7fa5e6e88656d5090e7f8049c9aa3d600b8a4437 authored about 7 years ago by Johannes Marbach <[email protected]>
Updated for 0.32.0 release

github.com/nicklockwood/SwiftFormat - bafe4746519484037f2d3f9d552d180e4e00cee6 authored about 7 years ago by Nick Lockwood <[email protected]>
Added `blankLinesAroundMark` rule

github.com/nicklockwood/SwiftFormat - 65cbf1fe666d58647961e145cd12688b2496f4b5 authored about 7 years ago by Nick Lockwood <[email protected]>
Added public CLI API

github.com/nicklockwood/SwiftFormat - 7e1d94b5c62b1988145aa0ccacaded27aea06786 authored about 7 years ago by Nick Lockwood <[email protected]>
Added formatting directives

github.com/nicklockwood/SwiftFormat - 0d7ad3e444621438931f6062328cb50caddfcb42 authored about 7 years ago by Nick Lockwood <[email protected]>
Insert self for inherited members in extensions

github.com/nicklockwood/SwiftFormat - cce1ac5d5f06f319b3d1452a63ec789667e03195 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed assertion failures in `redundantSelf` rule

github.com/nicklockwood/SwiftFormat - fe355eeb9ccf71f52af8f6a736ec46e72a42fca4 authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.31.0 release

github.com/nicklockwood/SwiftFormat - a74384c2ed22adf0c139cf255f53a26e0ffcd81d authored about 7 years ago by Nick Lockwood <[email protected]>
Disabled indenting of commented-out code

github.com/nicklockwood/SwiftFormat - 447be93212b097facdbb3ffc8bfd50889a9ee8d6 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed bug with --comments ignore option in switch

github.com/nicklockwood/SwiftFormat - bc1b008d9152ec9a12630b8ee939b83b500bed59 authored about 7 years ago by Nick Lockwood <[email protected]>
Added strongOutlets rule

github.com/nicklockwood/SwiftFormat - d9416d1881f54f511b20842a5c4d48729c41d896 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed escaped linebreaks in multiline strings

github.com/nicklockwood/SwiftFormat - 2fa6633cd9b8ef491ba6e8faf26eef2555a64998 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed warnings and removed support for Swift 3.1

github.com/nicklockwood/SwiftFormat - 32e3282104d0447a6e3df89a74daec0741001d31 authored about 7 years ago by Nick Lockwood <[email protected]>
Added additional performance tests

github.com/nicklockwood/SwiftFormat - d08217a1472a673c37449ceeb23b8a4ecabec3de authored about 7 years ago by Nick Lockwood <[email protected]>
Update README.md

github.com/nicklockwood/SwiftFormat - 932754920334f9276b3b2c63454cb1fbab015cf1 authored about 7 years ago by Behdad Keynejad <[email protected]>
Add sortedImports rule

github.com/nicklockwood/SwiftFormat - ed462f82d5247df2b7a9feff05a192628554d0f4 authored about 7 years ago by Pablo Carcelén <[email protected]>
Updated for 0.30.2 release

github.com/nicklockwood/SwiftFormat - 3f485029e7c1f106b5d4a2a1d70c67dd44b89a81 authored about 7 years ago by Nick Lockwood <[email protected]>
Support for Nimble framework's`expect()` function

github.com/nicklockwood/SwiftFormat - ad7432f58b7cb1a5e381cafe33fa1f2a9122c3a0 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed mishandling of < in `case ... where` clauses

github.com/nicklockwood/SwiftFormat - d701fa51a3b3200539936a8b3826a9a642b96242 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed parens removed around closure expressions

github.com/nicklockwood/SwiftFormat - 9d4a79dbf4421f7bfe17aa39426cc7d23f71942c authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.30.1 release

github.com/nicklockwood/SwiftFormat - 5eba6494ad643144062be68b3929b00e2bcca8d0 authored about 7 years ago by Nick Lockwood <[email protected]>
Don't remove nil init values from Codable types

github.com/nicklockwood/SwiftFormat - 01373e0733ea7a93c9d24c8e113ca2490132520c authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed bug with keyword arguments inside subscripts

github.com/nicklockwood/SwiftFormat - be820ec10c337f27d2b7a336d4ed0ce7193b7eb6 authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.30.0 release

github.com/nicklockwood/SwiftFormat - 5638de5595770de919c29227909d1b15b0c42160 authored about 7 years ago by Nick Lockwood <[email protected]>
Improved error messages in Xcode extension

github.com/nicklockwood/SwiftFormat - 21e7248624be69ecca086b13b6dc8d8fd5d9b9c0 authored about 7 years ago by Nick Lockwood <[email protected]>
Added `caseIndent` inference

github.com/nicklockwood/SwiftFormat - 21d515fe099e5b8abb7f1ccbcde48545c381451b authored about 7 years ago by Nick Lockwood <[email protected]>
Added `--indentcase` option

github.com/nicklockwood/SwiftFormat - 97b1b0371dc8a3489fae305b088616f13bce63ab authored about 7 years ago by Nick Lockwood <[email protected]>
Added `elseOnNextLine` inference

github.com/nicklockwood/SwiftFormat - c82e64c55a38bddfcd6fa7fd89081f47641fe389 authored about 7 years ago by Nick Lockwood <[email protected]>
Added `--elseposition` option

github.com/nicklockwood/SwiftFormat - eeb86b80b8b61b857dc9082594f58940a2c68f04 authored about 7 years ago by Nick Lockwood <[email protected]>
Added `spaceAroundOperatorDeclarations` inference

github.com/nicklockwood/SwiftFormat - 259dc427880db3e6b082c4ca95f7aa8308efa0c7 authored about 7 years ago by Nick Lockwood <[email protected]>
Added `--operatorfunc` option

github.com/nicklockwood/SwiftFormat - ba6423146616d1d16cc1ee3171610c20af8eb199 authored about 7 years ago by Nick Lockwood <[email protected]>
Operator declarations no longer marked in/pre/post

github.com/nicklockwood/SwiftFormat - 5f0b64ce5b9b146ce7ae8dc5e82ca5b2053542a8 authored about 7 years ago by Nick Lockwood <[email protected]>
Fix indenting of `default:` clause comments

github.com/nicklockwood/SwiftFormat - 5ba0dfa9d2fc6f2f0d4ad70d363686a4dcf6885f authored about 7 years ago by Nick Lockwood <[email protected]>
Added code coverage

github.com/nicklockwood/SwiftFormat - 1b72d1501032e6c90246ddc148b4328eff5670ec authored about 7 years ago by Nick Lockwood <[email protected]>
Treat `Any` as contextual keyword

github.com/nicklockwood/SwiftFormat - 1a6ee951df2ab1750618351f1d00acbf10ffa38c authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.9 release

github.com/nicklockwood/SwiftFormat - 05ccd2bba99e7357ee3013388682a5ad4b9f1a13 authored about 7 years ago by Nick Lockwood <[email protected]>
Improved indenting of switch/case comments

github.com/nicklockwood/SwiftFormat - a0563adb983ec455f4c6507be5526b89fa84f873 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed hoisting bug

github.com/nicklockwood/SwiftFormat - d08089c2cab40b3afd1cbecee521be91b4bdb082 authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.8 release

github.com/nicklockwood/SwiftFormat - b42461530c779849fc48acfb3b7784d63926bd57 authored about 7 years ago by Nick Lockwood <[email protected]>
Fixed space removed between range + infix operator

github.com/nicklockwood/SwiftFormat - 266b7c26e33e01068918eedafbd41d3b23551e55 authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.7 release

github.com/nicklockwood/SwiftFormat - cd7ff491c8ce491957efa0e2529e9e3364e68dc1 authored about 7 years ago by Nick Lockwood <[email protected]>
Added support for Swift 4 keypath syntax

github.com/nicklockwood/SwiftFormat - 7fdad02a24b2894232b95605a5864a3950dcabfb authored about 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.6 release

github.com/nicklockwood/SwiftFormat - 9516eb917df054312b88b2af91381110e342b452 authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed performance regression

github.com/nicklockwood/SwiftFormat - f03ac9dd072b7fd90458042cb90d127518c4480f authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed redundant parens around case patterns

github.com/nicklockwood/SwiftFormat - 320dc06b83a82cbb9e65145a01077d9536b0056d authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed `hoistPatternLet` bug

github.com/nicklockwood/SwiftFormat - 878ed310b53620dc4ddb8058995ff75d236dc08f authored over 7 years ago by Nick Lockwood <[email protected]>
Added version number to tokenizer

github.com/nicklockwood/SwiftFormat - 27f1b1f1994df1881e19bdcab7ada5d24c65a0d5 authored over 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.5 release

github.com/nicklockwood/SwiftFormat - a836fdbface495637860471afb1ade6fb590b2a9 authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed multiline string delimiter crash

github.com/nicklockwood/SwiftFormat - 1bec864904e7e8c24cedf7b3b588ae46c1ccaeed authored over 7 years ago by Nick Lockwood <[email protected]>
Swift 3.2 and 4.0 compatibility fixes

github.com/nicklockwood/SwiftFormat - a8cf1caa823044ec430140cb9029defc238d3b1e authored over 7 years ago by Nick Lockwood <[email protected]>
Update README.md

github.com/nicklockwood/SwiftFormat - 9374f84069e5e2170403f3bdd4ed91952447bd34 authored over 7 years ago by Felix M <[email protected]>
Updated for 0.29.4 release

github.com/nicklockwood/SwiftFormat - 7d866d9784dd8f2285a9ebaa7e46bc88b2c9578a authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed bug with `redundantSelf` rule and `#if`

github.com/nicklockwood/SwiftFormat - ebd8481ba48474d105f3c288a382ad7f1d0ff768 authored over 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.3 release

github.com/nicklockwood/SwiftFormat - c50933539399f6d480c1f93b8443855603b9866c authored over 7 years ago by Nick Lockwood <[email protected]>
Added support for Swift4 multiline string literals

github.com/nicklockwood/SwiftFormat - 2d67c64a97ee74f357e18f33794db1a75b73cf24 authored over 7 years ago by Nick Lockwood <[email protected]>
Fix for mangled comments inside an array literal

github.com/nicklockwood/SwiftFormat - 2d292886f4ee0a53a5504bb5a09925fe57dcf0c3 authored over 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.2 release

github.com/nicklockwood/SwiftFormat - 6f68a36c2fd65457d6d097099ab579e973dad6c9 authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed indent for wrapped `case is Type` statements

github.com/nicklockwood/SwiftFormat - 0c9abc73876d559d3e36ecab3f3113998002c2af authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed `self` wrongly inserted before `type(of:)`

github.com/nicklockwood/SwiftFormat - fe0b763bb57237df03ed0b4d1e5d11d03d576e22 authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed `redundantSelf` inside interpolated string

github.com/nicklockwood/SwiftFormat - f724d2763df9e0a91ef25eb31a123d1478d34a1f authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed bugs with spaces around unary range operator

github.com/nicklockwood/SwiftFormat - 622750bfd63192915107c3a340168aa3ce49bd7f authored over 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.1 release

github.com/nicklockwood/SwiftFormat - 4b23dd0126ce26ca4d929dc8a5c2d8eb8866faf3 authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed bug in `redundantInit` rule

github.com/nicklockwood/SwiftFormat - 4c7b5b4ba7fbeec61e40620a0e585990f9f451c7 authored over 7 years ago by Nick Lockwood <[email protected]>
Updated for 0.29.0 release

github.com/nicklockwood/SwiftFormat - bd0aa7ae62111219f8ee4d5d32b74c1c903963cf authored over 7 years ago by Nick Lockwood <[email protected]>
Changed specifier order for `public private(set)`

github.com/nicklockwood/SwiftFormat - 13c4966162c4d1d783274dd18781f20bf8b36d9b authored over 7 years ago by Nick Lockwood <[email protected]>
Fixed indenting for wrapped class declarations

github.com/nicklockwood/SwiftFormat - 3c4fc61ad27ce35fbe8fedd015d337a12814a415 authored over 7 years ago by Nick Lockwood <[email protected]>
Improved `redundantInit` rule performance

github.com/nicklockwood/SwiftFormat - 6c208a58ae7865ca35640fa88f31d0150299a5f6 authored over 7 years ago by Nick Lockwood <[email protected]>
Swift 4 compatibility

github.com/nicklockwood/SwiftFormat - 01ad4d5dd0fb987b222041750984d97cddae2b1e authored over 7 years ago by Nick Lockwood <[email protected]>
Merge pull request #148 from alexito4/Remove-explicit-.init

Remove explicit .init

github.com/nicklockwood/SwiftFormat - 167bce9b9b257e20f12f41bb25f5510892e509ae authored over 7 years ago by Nick Lockwood <[email protected]>
run swiftformat

github.com/nicklockwood/SwiftFormat - d3189a142868d1177320f64fe6207ede25ecdd9c authored over 7 years ago by Alejandro Martínez <[email protected]>
Added redundantInit to the README

thanks unit test!

github.com/nicklockwood/SwiftFormat - 9c4424e6014f1369544b2a06ba1a02ae90639d06 authored over 7 years ago by Alejandro Martínez <[email protected]>
Implement redundantInit rule

github.com/nicklockwood/SwiftFormat - 8e752050b94507e697b52438af3288ddd7460e5b authored over 7 years ago by Alejandro Martínez <[email protected]>
Added redundantInit tests

github.com/nicklockwood/SwiftFormat - 8ed54b2e11b99b9099220b8fb0f706167d98bc80 authored over 7 years ago by Alejandro Martínez <[email protected]>