Commit Graph

1716 Commits

Author SHA1 Message Date
JP Simard f0804fa51c fix some false positives in detecting for initializers
in function_parameter_count
2016-12-07 16:24:54 -08:00
Denis Lebedev 427a0c3b6f Replace contains with hasPrefix 2016-12-07 15:58:43 -08:00
Denis Lebedev 2d433e90f9 Add CHANGELOG record 2016-12-07 15:58:42 -08:00
Denis Lebedev 74ae00b1c7 Ignore initializers parameter count 2016-12-07 15:57:18 -08:00
JP Simard 52adf97b43 Merge pull request #930 from marcelofabri/number-separator
Add number_separator opt-in rule
2016-12-07 10:04:45 -08:00
JP Simard 291ecd68e6 Merge pull request #938 from realm/jp-improve-release-process
Improve release process
2016-12-06 22:45:55 -08:00
JP Simard 313c44223a update release instructions 2016-12-06 22:35:46 -08:00
JP Simard 196dcdb628 add make publish
to publish to both CocoaPods trunk and Homebrew
2016-12-06 22:35:42 -08:00
JP Simard 14d01f84c7 add portable_zip step to make release 2016-12-06 22:35:23 -08:00
JP Simard 063eee5f21 add portable_swiftlint.zip to .gitignore 2016-12-06 22:30:50 -08:00
JP Simard b870f6219d Merge pull request #937 from realm/jp-versions
Automate actions around versions
2016-12-06 22:25:47 -08:00
JP Simard 345e34f1a4 update podspecs to use make get_version 2016-12-06 22:10:05 -08:00
JP Simard 9ddf456867 update Releasing.md to reflect the newly available make set_version 2016-12-06 22:10:03 -08:00
JP Simard b2c5e6c028 add make set_version 2016-12-06 22:09:51 -08:00
JP Simard f4827919aa add make get_version 2016-12-06 22:09:41 -08:00
JP Simard 950161de0a Speed up getting the version string 2016-12-06 22:09:13 -08:00
JP Simard bb16775af8 Merge pull request #936 from realm/jp-cli-podspec
Add SwiftLint CLI podspec for binary distribution via CocoaPods
2016-12-06 20:09:24 -08:00
JP Simard 6635779596 update .travis.yml to only lint SwiftLintFramework.podspec 2016-12-06 19:54:30 -08:00
JP Simard 946551c509 add SwiftLint CLI podspec for binary distribution via CocoaPods 2016-12-06 19:43:25 -08:00
JP Simard 9d449120f0 Merge pull request #925 from realm/jp-podspec
Add podspec
2016-12-06 19:12:52 -08:00
Marcelo Fabri 0fb4c6d691 Handling signals 2016-12-06 22:09:34 -02:00
Marcelo Fabri 2340056932 Handling exponentials 2016-12-06 22:00:19 -02:00
Marcelo Fabri 00a891ad29 Handle other formats than decimal 2016-12-06 21:52:24 -02:00
Marcelo Fabri 27456823e3 Add number_separator opt-in rule
Fixes #924
2016-12-06 00:17:28 -02:00
JP Simard b58d3a5453 simplify .travis.yml 2016-12-04 00:07:09 -08:00
JP Simard 0f7a7e54e6 run pod lib lint in Travis PR job 2016-12-04 00:04:43 -08:00
JP Simard 15848983c7 add pospec 2016-12-04 00:03:45 -08:00
JP Simard c72efc352a Merge pull request #923 from philwebster/master
Update weak delegate rule to only match delegate suffix
2016-12-03 15:35:02 -08:00
Philip Webster 340f78c6b3 omit trailing commas 2016-12-03 14:41:22 -08:00
Philip Webster 0c6674186c delegate suffix example 2016-12-02 11:13:53 -08:00
Philip Webster 7fee609ce3 more changelog formatting 2016-12-01 23:11:35 -08:00
Philip Webster 1c0ec8b261 changelog entry formatting 2016-12-01 23:10:26 -08:00
Philip Webster 87c4f4b360 weak delegate rule changelog entry 2016-12-01 23:08:05 -08:00
Philip Webster e08f6d6f54 match strong delegate suffix 2016-12-01 22:49:40 -08:00
JP Simard f243e0ec65 Merge pull request #922 from realm/jp-remove-lowercased
remove unnecessary .lowercased() calls
2016-12-01 22:29:46 -08:00
JP Simard 576e1a5d4d remove unnecessary .lowercased() calls
now that ViolationSeverity is already lowercase.
2016-12-01 22:29:09 -08:00
JP Simard 1ae14a0ec1 Merge pull request #920 from realm/jp-lowercase-enums
make all enum members lowercase to comply with Swift 3 API Guidelines
2016-12-01 22:25:23 -08:00
JP Simard 19fad01b29 make all enum members lowercase to comply with Swift 3 API Guidelines 2016-12-01 22:16:21 -08:00
JP Simard 0c211d5a33 update README to reflect Xcode 8 requirement 2016-12-01 22:01:04 -08:00
JP Simard 811ab1db20 Merge pull request #840 from realm/nn-improve-failing-log-of-tests
Improve failing log output of tests
2016-12-01 21:55:25 -08:00
JP Simard 64f67ccb4e Merge pull request #832 from realm/swift3.0
Migrate to Swift 3.0
2016-12-01 21:53:40 -08:00
Norio Nomura aff5c7fc70 Add credit 2016-12-02 14:30:21 +09:00
JP Simard a4cef393a8 s/SourceKitten/SwiftLint/ 2016-12-01 21:07:00 -08:00
JP Simard a1638112a4 add changelog entry about move to Swift 3 2016-12-01 18:54:40 -08:00
JP Simard 25f41e8467 Merge pull request #919 from realm/jp-swift-3-array-of
change Array.arrayOf(_:) to Array.array(of:)
2016-12-01 18:30:32 -08:00
JP Simard 0b481f1e16 change Array.arrayOf(_:) to Array.array(of:) 2016-12-01 18:09:38 -08:00
Norio Nomura 4072bd491f Disable few tests related to docs
https://github.com/jpsim/SourceKitten/issues/269
2016-12-02 10:10:14 +09:00
Norio Nomura f8beeb7cde Fix crash in ReporterTests.testHTMLReporter() on swift test 2016-12-02 10:01:20 +09:00
JP Simard e3ed767584 Merge branch 'master' into swift3.0 2016-12-01 10:48:18 -08:00
JP Simard bb515d3ec0 update release instructions
it's no longer necessary to have Xcode.app under /Applications/Xcode.app
since SourceKit is now dynamically found and linked.
2016-12-01 10:46:15 -08:00