5 Commits

Author SHA1 Message Date
featherless
7e31e36e41
[scripts] Add git-clang-format to the clang-format installer. (#4831)
Once installed, clang-format can be run on only the lines that have been changed by a given range of commits like so:

    # Format changes from develop to HEAD
    git clang-format develop

Running this command will change files locally. You must then commit the changes and push them to your PR.
2018-08-20 10:15:48 -04:00
Will Larche
39f36adfb2 [Testing] Quieting the update of brew for less Travis log. (#1583) 2017-06-29 09:18:58 -04:00
Adrian Secord
d0bfaa6f60 Tell brew install to stop failing if swiftlint is already installed. 2017-01-10 08:01:27 -05:00
Adrian Secord
531244dcba Added script to install SwiftLint. (#1143) 2017-01-06 13:56:46 -05:00
Adrian Secord
b1273dad9b Moved install scripts into their own dir. (#1011)
* WIP

* WIP

* Simplified build script and fixed it to build all schemes.

* WIP

* Renamed script to build_all and added better output.

* Add scripts/list_xcode_workspaces.

* Filtered out the CocoaPods schemes.

* Added Xcode workspace helpers.

Switched build_all to a whitelist approach instead of a blacklist.

* Moved install scripts into their own dir.
2016-12-13 10:48:00 -05:00