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
|
74ae00b1c7
|
Ignore initializers parameter count
|
2016-12-07 15:57:18 -08:00 |
|
Norio Nomura
|
84ca11b6aa
|
Merge commit 'b22d1a93c93537acde79a2496031012489fe270d' into swift3.0
* commit 'b22d1a93c93537acde79a2496031012489fe270d':
Updating CHANGELOG entry
Updates existing code to respect TrailingCommaRule
Add configuration to enforce/forbid trailing comma
Fixing rebase
Addded TrailingCommaRule
|
2016-11-30 19:38:31 +09:00 |
|
Marcelo Fabri
|
d8fd865491
|
Updates existing code to respect TrailingCommaRule
|
2016-11-25 23:52:07 -02:00 |
|
Norio Nomura
|
3ff76e7ce8
|
Update SourceKitten
|
2016-11-04 20:24:21 +09:00 |
|
Norio Nomura
|
8bf15f1dba
|
Migrate to Swift 3.0
|
2016-10-09 01:09:50 +09:00 |
|
JP Simard
|
144495306b
|
rename rule configurations to expand "Config" to "Configuration"
|
2016-02-12 10:53:36 -08:00 |
|
JP Simard
|
6befe7e5a4
|
expand many instances of "config" to "configuration"
|
2016-02-12 10:53:36 -08:00 |
|
JP Simard
|
3f4b993847
|
rename ConfigProviderRule to ConfigurationProviderRule
|
2016-02-12 10:53:36 -08:00 |
|
Norio Nomura
|
03b237ecb2
|
Improve performance of FunctionParameterCountRule
The duration of `FunctionParameterCountRule` on linting Carthage 0.13 is reduced from 787ms to 208ms by Instruments.
|
2016-02-11 00:48:29 +09:00 |
|
JP Simard
|
422b4a0b0b
|
fix wording for function parameter count rule
fixes #504
|
2016-02-06 18:55:16 -08:00 |
|
JP Simard
|
a47a1f3b71
|
minor stylistic changes to FunctionParameterCountRule
|
2016-01-31 14:14:52 -08:00 |
|
Denis Lebedev
|
b9676eb58f
|
Rename ParametersListLengthRule -> FunctionParameterCountRule
|
2016-01-31 14:09:11 -08:00 |
|