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

Naming changes in rule table view cell for clarity

0a2316f937b6ceffa30f8fbdfd0e44b7ecd5082a authored about 7 years ago
Move the table cell definition into the main storyboard, and update the code to reflect this

0978f7352516be45366801c193d31d0ecf70c46a authored about 7 years ago
clean up

889482de0130be7126a4fb68bda91732620a4e1c authored about 7 years ago
Remove ExpressibleByStringLiteral + implementation detail hiding

c60dc3b6c4a32fe9ae2b1f7dfee28f4f3d2a985b authored about 7 years ago
Move Code into a folder that sync with the file system

8c4b90541a67d075b385d5e93b447b350e159570 authored about 7 years ago
typo

baa36fff3e8775e848de7aca4481250f01ac0481 authored about 7 years ago
Support for OSX 10.11 + better name

3012abcab01349cb78f9f0ffcab004aa9dd11723 authored about 7 years ago
isActive -> isEnabled

dfe1d931b3f23d05a59d14c74c7b362845ce4a76 authored about 7 years ago
Update files.count in test

6cdbe3c885d4c43c9033c86040370a538d370768 authored about 7 years ago
Move title settings to storyboard

6e5df2076d8b6798442716fc06dc53c2e6918815 authored about 7 years ago
Make RulesVC 'single'

2d47413eb37d5a5e0a458d783b937e99831b7e2c authored about 7 years ago
Revert "change team to compile TO BE REVERTED LATER"

This reverts commit 7822d821a57c10f905a0ce59ea59d4d0db756026.

3c8ef131d979a13a4c7b7976d08b081ecef86b81 authored about 7 years ago
Rules Selection and application

761fefe9f990d401bac32e2a561bd7cce582c22e authored about 7 years ago
Configure MacOS app

a5528f4ae4735dc8b9bad92c2a200b864e9a9dd7 authored about 7 years ago
isEnable -> isEnabled

88f23057761cc45d3231f1044be60979b71bdd7b authored about 7 years ago
make store non-optional

9fc280a01b098fb057ad36f187293e891b76b092 authored about 7 years ago
change team to compile TO BE REVERTED LATER

c1a5f852837857b38af733a974d831effd5ae127 authored about 7 years ago
run swift format

9e10e70465a05a6136d4e34c586253f1027583d0 authored about 7 years ago
Basic TableView Setup

7d432229fd400126755ce7ff31173f6be70f12f0 authored about 7 years ago
correct indentation

9a7f373ea372ea330d3d819448dc5ff439484118 authored about 7 years ago
Updated for 0.32.2 release

16d743258f7d75a89e15f63660eaf14ec0835999 authored about 7 years ago
Fixed bug with spaces inside multiline strings

dea68fcc64444e00259ba738115d7be8691e863e authored about 7 years ago
Add instructions for danger-swiftformat

278fbc27889c33805f2e7305053908bf20701cfe authored about 7 years ago
Fix "exclusive accesses" violations

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

64fdc99407720551a9e878a7ea83e880a733a4d5 authored about 7 years ago
Updated for 0.32.1 release

016b20028594c6b1973a06a505cfd52a16f86955 authored about 7 years ago
Insert space after switch case and default clauses

9f0f0ec0c62de78996dc83052eee3c270d064cf3 authored about 7 years ago
Renamed dry to dryrun and added missing code paths

3eb18f4740335c4bc38328ef758f76e5aa0103c3 authored about 7 years ago
Add dry mode

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

7fa5e6e88656d5090e7f8049c9aa3d600b8a4437 authored about 7 years ago
Updated for 0.32.0 release

bafe4746519484037f2d3f9d552d180e4e00cee6 authored about 7 years ago
Added `blankLinesAroundMark` rule

65cbf1fe666d58647961e145cd12688b2496f4b5 authored about 7 years ago
Added public CLI API

7e1d94b5c62b1988145aa0ccacaded27aea06786 authored about 7 years ago
Added formatting directives

0d7ad3e444621438931f6062328cb50caddfcb42 authored about 7 years ago
Insert self for inherited members in extensions

cce1ac5d5f06f319b3d1452a63ec789667e03195 authored about 7 years ago
Fixed assertion failures in `redundantSelf` rule

fe355eeb9ccf71f52af8f6a736ec46e72a42fca4 authored about 7 years ago
Updated for 0.31.0 release

a74384c2ed22adf0c139cf255f53a26e0ffcd81d authored about 7 years ago
Disabled indenting of commented-out code

447be93212b097facdbb3ffc8bfd50889a9ee8d6 authored about 7 years ago
Fixed bug with --comments ignore option in switch

bc1b008d9152ec9a12630b8ee939b83b500bed59 authored about 7 years ago
Added strongOutlets rule

d9416d1881f54f511b20842a5c4d48729c41d896 authored about 7 years ago
Fixed escaped linebreaks in multiline strings

2fa6633cd9b8ef491ba6e8faf26eef2555a64998 authored about 7 years ago
Fixed warnings and removed support for Swift 3.1

32e3282104d0447a6e3df89a74daec0741001d31 authored about 7 years ago
Added additional performance tests

d08217a1472a673c37449ceeb23b8a4ecabec3de authored about 7 years ago
Update README.md

932754920334f9276b3b2c63454cb1fbab015cf1 authored about 7 years ago
Add sortedImports rule

ed462f82d5247df2b7a9feff05a192628554d0f4 authored about 7 years ago
Updated for 0.30.2 release

3f485029e7c1f106b5d4a2a1d70c67dd44b89a81 authored about 7 years ago
Support for Nimble framework's`expect()` function

ad7432f58b7cb1a5e381cafe33fa1f2a9122c3a0 authored about 7 years ago
Fixed mishandling of < in `case ... where` clauses

d701fa51a3b3200539936a8b3826a9a642b96242 authored about 7 years ago
Fixed parens removed around closure expressions

9d4a79dbf4421f7bfe17aa39426cc7d23f71942c authored about 7 years ago
Updated for 0.30.1 release

5eba6494ad643144062be68b3929b00e2bcca8d0 authored about 7 years ago
Don't remove nil init values from Codable types

01373e0733ea7a93c9d24c8e113ca2490132520c authored about 7 years ago
Fixed bug with keyword arguments inside subscripts

be820ec10c337f27d2b7a336d4ed0ce7193b7eb6 authored about 7 years ago
Updated for 0.30.0 release

5638de5595770de919c29227909d1b15b0c42160 authored over 7 years ago
Improved error messages in Xcode extension

21e7248624be69ecca086b13b6dc8d8fd5d9b9c0 authored over 7 years ago
Added `caseIndent` inference

21d515fe099e5b8abb7f1ccbcde48545c381451b authored over 7 years ago
Added `--indentcase` option

97b1b0371dc8a3489fae305b088616f13bce63ab authored over 7 years ago
Added `elseOnNextLine` inference

c82e64c55a38bddfcd6fa7fd89081f47641fe389 authored over 7 years ago
Added `--elseposition` option

eeb86b80b8b61b857dc9082594f58940a2c68f04 authored over 7 years ago
Added `spaceAroundOperatorDeclarations` inference

259dc427880db3e6b082c4ca95f7aa8308efa0c7 authored over 7 years ago
Added `--operatorfunc` option

ba6423146616d1d16cc1ee3171610c20af8eb199 authored over 7 years ago
Operator declarations no longer marked in/pre/post

5f0b64ce5b9b146ce7ae8dc5e82ca5b2053542a8 authored over 7 years ago
Fix indenting of `default:` clause comments

5ba0dfa9d2fc6f2f0d4ad70d363686a4dcf6885f authored over 7 years ago
Added code coverage

1b72d1501032e6c90246ddc148b4328eff5670ec authored over 7 years ago
Treat `Any` as contextual keyword

1a6ee951df2ab1750618351f1d00acbf10ffa38c authored over 7 years ago
Updated for 0.29.9 release

05ccd2bba99e7357ee3013388682a5ad4b9f1a13 authored over 7 years ago
Improved indenting of switch/case comments

a0563adb983ec455f4c6507be5526b89fa84f873 authored over 7 years ago
Fixed hoisting bug

d08089c2cab40b3afd1cbecee521be91b4bdb082 authored over 7 years ago
Updated for 0.29.8 release

b42461530c779849fc48acfb3b7784d63926bd57 authored over 7 years ago
Fixed space removed between range + infix operator

266b7c26e33e01068918eedafbd41d3b23551e55 authored over 7 years ago
Updated for 0.29.7 release

cd7ff491c8ce491957efa0e2529e9e3364e68dc1 authored over 7 years ago
Added support for Swift 4 keypath syntax

7fdad02a24b2894232b95605a5864a3950dcabfb authored over 7 years ago
Updated for 0.29.6 release

9516eb917df054312b88b2af91381110e342b452 authored over 7 years ago
Fixed performance regression

f03ac9dd072b7fd90458042cb90d127518c4480f authored over 7 years ago
Fixed redundant parens around case patterns

320dc06b83a82cbb9e65145a01077d9536b0056d authored over 7 years ago
Fixed `hoistPatternLet` bug

878ed310b53620dc4ddb8058995ff75d236dc08f authored over 7 years ago
Added version number to tokenizer

27f1b1f1994df1881e19bdcab7ada5d24c65a0d5 authored over 7 years ago
Updated for 0.29.5 release

a836fdbface495637860471afb1ade6fb590b2a9 authored over 7 years ago
Fixed multiline string delimiter crash

1bec864904e7e8c24cedf7b3b588ae46c1ccaeed authored over 7 years ago
Swift 3.2 and 4.0 compatibility fixes

a8cf1caa823044ec430140cb9029defc238d3b1e authored over 7 years ago
Update README.md

9374f84069e5e2170403f3bdd4ed91952447bd34 authored over 7 years ago
Updated for 0.29.4 release

7d866d9784dd8f2285a9ebaa7e46bc88b2c9578a authored over 7 years ago
Fixed bug with `redundantSelf` rule and `#if`

ebd8481ba48474d105f3c288a382ad7f1d0ff768 authored over 7 years ago
Updated for 0.29.3 release

c50933539399f6d480c1f93b8443855603b9866c authored over 7 years ago
Added support for Swift4 multiline string literals

2d67c64a97ee74f357e18f33794db1a75b73cf24 authored over 7 years ago
Fix for mangled comments inside an array literal

2d292886f4ee0a53a5504bb5a09925fe57dcf0c3 authored over 7 years ago
Updated for 0.29.2 release

6f68a36c2fd65457d6d097099ab579e973dad6c9 authored over 7 years ago
Fixed indent for wrapped `case is Type` statements

0c9abc73876d559d3e36ecab3f3113998002c2af authored over 7 years ago
Fixed `self` wrongly inserted before `type(of:)`

fe0b763bb57237df03ed0b4d1e5d11d03d576e22 authored over 7 years ago
Fixed `redundantSelf` inside interpolated string

f724d2763df9e0a91ef25eb31a123d1478d34a1f authored over 7 years ago
Fixed bugs with spaces around unary range operator

622750bfd63192915107c3a340168aa3ce49bd7f authored over 7 years ago
Updated for 0.29.1 release

4b23dd0126ce26ca4d929dc8a5c2d8eb8866faf3 authored over 7 years ago
Fixed bug in `redundantInit` rule

4c7b5b4ba7fbeec61e40620a0e585990f9f451c7 authored over 7 years ago
Updated for 0.29.0 release

bd0aa7ae62111219f8ee4d5d32b74c1c903963cf authored over 7 years ago
Changed specifier order for `public private(set)`

13c4966162c4d1d783274dd18781f20bf8b36d9b authored over 7 years ago
Fixed indenting for wrapped class declarations

3c4fc61ad27ce35fbe8fedd015d337a12814a415 authored over 7 years ago
Improved `redundantInit` rule performance

6c208a58ae7865ca35640fa88f31d0150299a5f6 authored over 7 years ago
Swift 4 compatibility

01ad4d5dd0fb987b222041750984d97cddae2b1e authored over 7 years ago
Merge pull request #148 from alexito4/Remove-explicit-.init

Remove explicit .init

167bce9b9b257e20f12f41bb25f5510892e509ae authored over 7 years ago
run swiftformat

d3189a142868d1177320f64fe6207ede25ecdd9c authored over 7 years ago
Added redundantInit to the README

thanks unit test!

9c4424e6014f1369544b2a06ba1a02ae90639d06 authored over 7 years ago
Implement redundantInit rule

8e752050b94507e697b52438af3288ddd7460e5b authored over 7 years ago
Added redundantInit tests

8ed54b2e11b99b9099220b8fb0f706167d98bc80 authored over 7 years ago