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

Optimize `isArgumentPosition()` helper

github.com/nicklockwood/SwiftFormat - 0a238a25fbc5cf0c49a7d766e291bba5e5477fbc authored about 5 years ago
Make multiple wraps on the same line apply correctly

github.com/nicklockwood/SwiftFormat - 8d8ce19ec2619137245e61488ed6ea0ac7e0afeb authored about 5 years ago
Performance improvements

github.com/nicklockwood/SwiftFormat - 4d4b39b03957fa038dfdd2b52f47784065f24ddf authored about 5 years ago
Fixed some bugs in `shouldIndentNextLine()` logic

github.com/nicklockwood/SwiftFormat - b2c683d0455463945ae88bf88c042cad96342aba authored about 5 years ago
Wrap long arguments before first arg by default

# Conflicts:
# Sources/ParsingHelpers.swift

github.com/nicklockwood/SwiftFormat - 6b04e7ed62eaf7665f2abc63b858a5d81dad82f1 authored about 5 years ago
Fix wrapping to return type when return type has a tuple in it. (#527)

github.com/nicklockwood/SwiftFormat - 331fc38d7e882d9cc81a96013ff7b67c230051fb authored about 5 years ago
Replace orderingPriority with more robust solution

github.com/nicklockwood/SwiftFormat - 8dc0f0837dd5e61a98fe4cc01842e4666e2dcb5b authored about 5 years ago
Updated for 0.43.5 release

github.com/nicklockwood/SwiftFormat - d9b7cf39e06e89428004a767d97006fb6d293c53 authored about 5 years ago
Fix failure to remove self in var/let declaration

github.com/nicklockwood/SwiftFormat - 37ae0f26c443b5fc52fe199c5066513876e8d509 authored about 5 years ago
Fix failure to remove redundant self in collection

github.com/nicklockwood/SwiftFormat - 2e74f70909343ac5524b6ea31446472883562b43 authored about 5 years ago
Fix `redundantBreak` mangling line with semicolons

github.com/nicklockwood/SwiftFormat - bcc78e24a84045caec353e437af323247d287c40 authored about 5 years ago
Updated for 0.43.4 release

github.com/nicklockwood/SwiftFormat - f50fb3200d6dccdad8e0ea47458931bbc8bd0a70 authored about 5 years ago
Fix bug with multiline string delimiter indent

github.com/nicklockwood/SwiftFormat - f9551a54c3c8767ff5e9aa9783b5513a67c6863e authored about 5 years ago
Fix bug when tokenizing standalone `..<` operator

github.com/nicklockwood/SwiftFormat - b14354982f0b0a3016b876bf4ac50f7b414bcd88 authored about 5 years ago
Add Homebrew cask instructions to README

github.com/nicklockwood/SwiftFormat - 405a3f7cafab6a9976c3d5d402ad680ab9c099c7 authored about 5 years ago
Updated for 0.43.3 release

github.com/nicklockwood/SwiftFormat - 09887f054cfc8e61d3854273b5aeb3455a4ed56c authored about 5 years ago
Extract common implementation for wrapArguments

github.com/nicklockwood/SwiftFormat - 4b56e9ba5d881e7252657a051c7edbbe459d4749 authored about 5 years ago
Fix bug with wrap priority inside closures

github.com/nicklockwood/SwiftFormat - 31eecd1d14aac26702acd8e0e2d5d6c6ef1b4ee8 authored about 5 years ago
Fix performance regression in `indent` rule

github.com/nicklockwood/SwiftFormat - f5e49235dc57c4148a603eae33b0d7ac8eed7a92 authored about 5 years ago
Fix spurious `indent` lint warning for #ifdefs

github.com/nicklockwood/SwiftFormat - 2c751b466ed2545df12db4946583376f0c6d8903 authored about 5 years ago
Fix spurious lint warning caused by `wrap` rule

github.com/nicklockwood/SwiftFormat - f69b16714b748952ee083ee3435a555e8d08f468 authored about 5 years ago
Fix indenting of closure braces

github.com/nicklockwood/SwiftFormat - 690780573cfe69aabca0e4dbdcfce50f7490ab8b authored about 5 years ago
Fix conflict between ranges & spaceAroundOperators

github.com/nicklockwood/SwiftFormat - 243763fd99fc135c35702c0f22eb18f176218bb3 authored about 5 years ago
Fix bug in change-tracking test infrastructure

github.com/nicklockwood/SwiftFormat - b9d335acb9f67c766364010e35f1609ac14610e0 authored about 5 years ago
Fix wrapping of unspaced operators

github.com/nicklockwood/SwiftFormat - 8937921155b157f79c100c674f5669d74c6625a3 authored about 5 years ago
Fix spurious `indent` lint warning for comments

github.com/nicklockwood/SwiftFormat - a1560820e320e4dbc1c3d6b0cc5dc3d1d8e0721d authored about 5 years ago
Fix bug with `spaceAroundOperators` and linebreaks

github.com/nicklockwood/SwiftFormat - 185ca7891fdf1aa55722b5c474e5e1da3130c505 authored about 5 years ago
Add warnings for deprecated options in config file

github.com/nicklockwood/SwiftFormat - d2747930cfaaff868e00c80a9e2ca0a65489d372 authored about 5 years ago
Refactor and fix MetadataTests

github.com/nicklockwood/SwiftFormat - 443e02e4bbd7a756a929154a1999a75309419d0b authored about 5 years ago
Deprecate `ranges` rule

github.com/nicklockwood/SwiftFormat - 9264fbafb464f02bd7e599b10be4216760b7fff9 authored about 5 years ago
Deprecate `--ranges` option

github.com/nicklockwood/SwiftFormat - 28c805ca1cb5f36fd1956ee47c6357a2b0cc840a authored about 5 years ago
Prefer to keep `self` instead of adding backticks

github.com/nicklockwood/SwiftFormat - c3ed7d06bc812fac915ed43e32a81fec7260b5f0 authored about 5 years ago
Updated for 0.43.2 release

github.com/nicklockwood/SwiftFormat - a24388d6cd25a7898558af810ad8fd787fb68f94 authored about 5 years ago
Fix `wrapArguments` indenting commented code

github.com/nicklockwood/SwiftFormat - ad92407c54b1b348f91fff4ef99880c17a675ff2 authored about 5 years ago
Allow `self` in lazy vars if swift version >= 4

github.com/nicklockwood/SwiftFormat - daadc2b9d2d4f0689019db801769be25e0bffd28 authored about 5 years ago
Improve `redundantBackticks` conformance

github.com/nicklockwood/SwiftFormat - 7978a82146b59b8c6697b892eab022cb369c894d authored about 5 years ago
Add `--nospaceoperators` option

github.com/nicklockwood/SwiftFormat - 9bac43e44e69470b1932a6cb2dca09815148653d authored about 5 years ago
Fix spurious lint warning for `fileHeader` rule

github.com/nicklockwood/SwiftFormat - 5415070c590f216786c9181f647ef2fac7d7ba7f authored about 5 years ago
Fix bug with indenting consecutive comments

github.com/nicklockwood/SwiftFormat - 043d32576cc85f0b5e9257f6a82fc8b211c6cc11 authored about 5 years ago
Fix alias resolution

github.com/nicklockwood/SwiftFormat - c605438e8ca4cf6f99ddac16c9af8fa5a3d1f45f authored about 5 years ago
Fix bug with space in comments starting with 't'

github.com/nicklockwood/SwiftFormat - 834acc86606456f47402950a323374015109b836 authored about 5 years ago
Fix stdin timeout flakiness

github.com/nicklockwood/SwiftFormat - d1c39f04efa792ced712c8bde4cd77d8edd89c65 authored about 5 years ago
Add explicit stdin parameter option

github.com/nicklockwood/SwiftFormat - 920b88273f6ab9c26a2f7ff75e2679f245cecbfa authored about 5 years ago
Merge stdin functionality

github.com/nicklockwood/SwiftFormat - 0eb4c8c363041e89546672ac78856e1c6a0797be authored about 5 years ago
Fix `andOperator` bug inside ViewBuilders

github.com/nicklockwood/SwiftFormat - 51f86e4b8f9f69211a2a673380643eec373599ce authored about 5 years ago
Updated for 0.43.1 release

github.com/nicklockwood/SwiftFormat - 9ee95e6b4dad7ef754e27ce27aceaf158ad0924b authored about 5 years ago
Fix isStartOfClosure helpers and add tests

github.com/nicklockwood/SwiftFormat - 29d61138adf9981ceb588616ffbb6d9b89da6a30 authored about 5 years ago
Fix failure to remove `return` in `get` accessor

github.com/nicklockwood/SwiftFormat - eebb5db2996a652b097d7d12e48db9b077502cf9 authored about 5 years ago
Extract conditional logic

github.com/nicklockwood/SwiftFormat - 910389a2e8cd2815981c470833211faec9d17a7f authored about 5 years ago
Updated for 0.43.0 release

github.com/nicklockwood/SwiftFormat - b564570c139d1c36292e8a5bb08d4ba6818b0a91 authored about 5 years ago
Fix `self` removal in trailing closure var assign

github.com/nicklockwood/SwiftFormat - 9cbe433dd3eba93155bfcf16e2d8bf4ef5525c6e authored about 5 years ago
Update rule help messages to better suit linting

github.com/nicklockwood/SwiftFormat - 44157c9df65c0b25b681e8a8bb9f53070fccbf9b authored about 5 years ago
Add `--lenient` option to suppress lint errors

github.com/nicklockwood/SwiftFormat - 1aaead3d0dbd687663c19e344a2cb257d8b79a0b authored about 5 years ago
Remove deprecated functions

github.com/nicklockwood/SwiftFormat - cc6ed76cd27772ecbb38f126c3fba52239ac8b42 authored about 5 years ago
Eliminate transient formatting changes

github.com/nicklockwood/SwiftFormat - 0ac4e5b299a9cd2539ffd55a3a2785bc224cb85e authored about 5 years ago
Refactor RulesTests implementation

github.com/nicklockwood/SwiftFormat - 6b7fa6edc6130174b3426619c33f975eda9aee0d authored about 5 years ago
Fix typeSugar to handle redundant Swift namespace (#514)

github.com/nicklockwood/SwiftFormat - 5c93cd153dddee7a3c52e8551cb9e96f5c2ff21e authored about 5 years ago
Add serial print queue to fix out-of-order output

github.com/nicklockwood/SwiftFormat - 24cfc478a71600579ee9bade238a47352238f88f authored about 5 years ago
Improve change tracking

github.com/nicklockwood/SwiftFormat - e723d009203647dcc80592fdcca238203b5e0f72 authored about 5 years ago
Use OriginalLine in `offsetForToken()` calculation

github.com/nicklockwood/SwiftFormat - 321b4aae2b3bd0cce01744b584dd49f6a6d4af60 authored about 5 years ago
Remove `TokenWL.lineNum` dependency

github.com/nicklockwood/SwiftFormat - 68249c8d762ca74a1e067afdbbe27b0c8ca972a7 authored about 5 years ago
Revert "Add line number data to Tokens."

This reverts commit b22f31eeb442da38e484199d8b6213704e12716d.

github.com/nicklockwood/SwiftFormat - 81c93afa95b0e0046a2d15610a9023dfb730ba79 authored about 5 years ago
Add original line number to linebreak token

github.com/nicklockwood/SwiftFormat - 4a0a48974b0945994445ec35ebff3939b52cbe50 authored about 5 years ago
Add Xcode style formatted warnings.

github.com/nicklockwood/SwiftFormat - a0ce975bf0579b545a928548665e6a1f9c4b918f authored about 5 years ago
Add line number data to Tokens.

github.com/nicklockwood/SwiftFormat - 58919f836d612654fc099864145542062e162f62 authored about 5 years ago
Store full path in FileOptions

github.com/nicklockwood/SwiftFormat - b65837250c20816ad1229acc5ba5c828eff64260 authored about 5 years ago
Change currentRule type from String to FormatRule

github.com/nicklockwood/SwiftFormat - 5fae1d1a9234623135e072d9e00fa5d8391e9682 authored about 5 years ago
Update README with SPM install instructions

github.com/nicklockwood/SwiftFormat - aaee9f56c9865349fd8ee001e77d3062213d2381 authored about 5 years ago
Change scope wrapping priority

github.com/nicklockwood/SwiftFormat - 775f0efd1dd33a96070583c142a7800566436054 authored about 5 years ago
Updated for 0.42.0 release

github.com/nicklockwood/SwiftFormat - c008fa16e0e4d2a2aff3f5a99c5d0dd5709da5ee authored about 5 years ago
Added `wrap` rule

github.com/nicklockwood/SwiftFormat - 7a36505bc0c9a393576103f9f66aedea62fb8916 authored about 5 years ago
Fix extraneous linebreaks inserted by `braces` rule

github.com/nicklockwood/SwiftFormat - b57628651a0d8e3b9f7d66434b034b348e49b9ec authored about 5 years ago
Fix `redundantObjc` example

github.com/nicklockwood/SwiftFormat - 991d71720b5ed02de15735f0abb71823d7c0c29f authored about 5 years ago
Add `Formatter.insertLinebreak()` utility function

github.com/nicklockwood/SwiftFormat - 7a416c45d00c5a6f82a101c4eb934f2502d2ca56 authored about 5 years ago
Add changelog validation test

github.com/nicklockwood/SwiftFormat - c0130701bec93fb17e602316fc4e0b32c5dd8f72 authored about 5 years ago
Remove redundant Equatable implementations

github.com/nicklockwood/SwiftFormat - 32181f177534ee42b07bf907b7059ffb39165129 authored about 5 years ago
Updated CHANGELOG.md

github.com/nicklockwood/SwiftFormat - 455160c64d381dd70c282617d2f5ad8376951885 authored about 5 years ago
Updated for 0.41.2 release

github.com/nicklockwood/SwiftFormat - d37997c32cb71ccbf6f5cc40ef103d975be39acc authored about 5 years ago
Fix bug with trailing comma added to type literal

github.com/nicklockwood/SwiftFormat - 6feea7be0ba3b264ff57309d2801f92d01479c17 authored about 5 years ago
Correct redundantObjc example code

github.com/nicklockwood/SwiftFormat - d560f7487d56b657d140010246393f57a19a3f81 authored about 5 years ago
Updated for 0.41.1 release

github.com/nicklockwood/SwiftFormat - e625b8d2369e81fdb513a3cc5c75eafb29009f3c authored about 5 years ago
Fix bug with linewrapping inside String literals

github.com/nicklockwood/SwiftFormat - cb183a038a699239258d1d9dba22a754e666f0f2 authored about 5 years ago
Updated for 0.41.0 release

github.com/nicklockwood/SwiftFormat - 0194de8c16e586e674afd1295b2a1a90d68a7924 authored about 5 years ago
Fix indenting of wrapped `is` expression

github.com/nicklockwood/SwiftFormat - c6ba42bd7615503dbd99f8082267ce90e4857992 authored about 5 years ago
Fix error when parsing escaped triple-quote

github.com/nicklockwood/SwiftFormat - 1e9b0ce85c5143e04264e3335174f19811dc4cd6 authored about 5 years ago
Fix bug with comments before opening brace

github.com/nicklockwood/SwiftFormat - 8bd12ab828d08a0db407db71deffc14821dbeee7 authored about 5 years ago
Error if using `—maxwidth` without `—tabwidth`

github.com/nicklockwood/SwiftFormat - 5b10d9ee63d6a7eaade62c6cc4517162fdd99b03 authored about 5 years ago
Add version check for `redundantBackticks` rule

github.com/nicklockwood/SwiftFormat - 9810afd92f416a70d45e48bee75642b1fb656c97 authored about 5 years ago
Added `—maxwidth` option for wrapArguments

github.com/nicklockwood/SwiftFormat - 364cddd65fa3c5e1f2a39933cbf62cc8e2ad995e authored about 5 years ago
Fix indenting of wrapped `for…in`

github.com/nicklockwood/SwiftFormat - 60b4931662cc9352f308b150eff8edadf79f6c8e authored about 5 years ago
Warn if `—tabwidth` is not specified when using tabs

github.com/nicklockwood/SwiftFormat - 4caccdea37ae924f3ce3234572084c6aba3d4915 authored about 5 years ago
Refined wrapArguments grouping behavior

github.com/nicklockwood/SwiftFormat - 0e63516ec8916a8c2127293cd00ef2f889b53cc5 authored about 5 years ago
Show error if config file contains unknown option

github.com/nicklockwood/SwiftFormat - 22f4e2b8b32e0be1e950c763d32c12921536f1c1 authored about 5 years ago
Add support for swift package manifest files (#503)

Pulls out the duplicated list of supported content UTIs into a static array
Adds `com.apple.dt.s...

github.com/nicklockwood/SwiftFormat - 13d2fe045c7e3b0c8b7a158eb19a8cb7d8c0b05d authored about 5 years ago
Added `—tabwidth` option

github.com/nicklockwood/SwiftFormat - 8b3dc1894aca8d6a5f3e817670747b3ebbc2180e authored about 5 years ago
Updated for 0.40.14 release

github.com/nicklockwood/SwiftFormat - 768be83fb2c232f13ad75dc15056c5909e374ef6 authored about 5 years ago
Fix overriding fileprivate init

github.com/nicklockwood/SwiftFormat - 99460bc9e2e3c9c50d306dcf3bc9d6253ce96b59 authored about 5 years ago
Don’t replace && insider ViewBuilder conditional

github.com/nicklockwood/SwiftFormat - 9ed6f6b31b198f5ad7e3c503ed43905916c7dc07 authored about 5 years ago
Fixed spurious return removal in `catch let`

github.com/nicklockwood/SwiftFormat - 003aa5c47dbe2da2de1fd2b2e93bb6c1439c508d authored about 5 years ago