Commit Graph

2003 Commits

Author SHA1 Message Date
Marcelo Fabri 1e896a3bce Merge pull request #1035 from marcelofabri/vertical-parameter-alignment-rule
Vertical parameter alignment rule
2016-12-22 23:28:34 -02:00
JP Simard 1bc6c9d0d3 fix wrong rule identifier in changelog entry 2016-12-22 16:19:27 -08:00
Marcelo Fabri 7937438947 Date format 2016-12-22 22:05:46 -02:00
JP Simard 436af7c0e2 changelog wording edits 2016-12-22 16:01:03 -08:00
Marcelo Fabri 09802b52b5 Changelog position 2016-12-22 21:21:49 -02:00
Marcelo Fabri d480c865bd Fix violation 2016-12-22 21:21:23 -02:00
Marcelo Fabri 64a624ccf6 Add vertical_parameter_alignment rule
Fixes #1033
2016-12-22 21:21:23 -02:00
JP Simard 40494e48ab add empty changelog section 2016-12-22 15:14:35 -08:00
JP Simard e4fa18df06 release 0.15.0 0.15.0 2016-12-22 14:40:12 -08:00
JP Simard e663cd0453 disable force try rule in ReporterTests 2016-12-22 11:08:07 -08:00
JP Simard c82cc6d9f6 fix JSON reporter on Linux and re-enable its unit test
the printed JSON string is slightly different on Linux than it is on
Darwin, but produces equivalent JSON
2016-12-22 10:39:26 -08:00
JP Simard ae4b01d5c4 re-enable a passing Linux unit test 2016-12-22 10:23:32 -08:00
JP Simard 07bae496f1 Merge pull request #1030 from marcelofabri/bugfix_1028
Fix false positive in `operator_usage_whitespace`
2016-12-22 09:34:56 -08:00
JP Simard 590eb38c3e Merge pull request #1012 from marcelofabri/first_where
Add First where rule
2016-12-22 09:29:55 -08:00
JP Simard c6a39167c4 minor changelog wording edits 2016-12-22 09:28:39 -08:00
Marcelo Fabri 37771fd156 Fix false positive in operator_usage_whitespace
Fixes #1028
2016-12-22 12:23:33 -02:00
Marcelo Fabri 3d660123b9 PR feedback 2016-12-22 12:11:04 -02:00
Marcelo Fabri d7e583f0a5 Make first_where rule opt-in 2016-12-22 11:57:06 -02:00
Marcelo Fabri b18c98084c Fix existing violations 2016-12-22 11:57:06 -02:00
Marcelo Fabri 56f6fcdd5d Add first_where rule
Fixes #1005
2016-12-22 11:57:06 -02:00
JP Simard ced652e9a8 Merge pull request #1027 from marcelofabri/bugfix_1026
Fix crash in `closure_parameter_position` rule.
2016-12-21 20:13:21 -08:00
Marcelo Fabri cc8150dd77 Fix crash in closure_parameter_position rule.
Fixes #1026
2016-12-22 01:14:11 -02:00
Marcelo Fabri 4536f1fcae Merge pull request #1003 from marcelofabri/dictionary-colon
Add dictionary colon validation to colon rule
2016-12-22 00:35:30 -02:00
Marcelo Fabri 09d031dc3e PR feedback 2016-12-22 00:14:34 -02:00
Marcelo Fabri 01e73e2820 Updating tests 2016-12-22 00:09:28 -02:00
Marcelo Fabri f7cb7bae2c PR feedback 2016-12-22 00:09:27 -02:00
Marcelo Fabri fdff7b1dac Closure end indentation 2016-12-22 00:09:27 -02:00
Marcelo Fabri d33f76794c Fixing changelog entry position 2016-12-22 00:09:27 -02:00
Marcelo Fabri b4ae1eccbe Make dictionary colon correctable 2016-12-22 00:09:27 -02:00
Marcelo Fabri 666373dce6 Add more tests 2016-12-22 00:09:27 -02:00
Marcelo Fabri ab805b749a Add changelog 2016-12-22 00:09:27 -02:00
Marcelo Fabri 68ee2008af Fixing existing violations 2016-12-22 00:09:27 -02:00
Marcelo Fabri 1d06302643 Add dictionary colon validation to colon rule
Fixes #603
2016-12-22 00:09:27 -02:00
Marcelo Fabri 367bbb84ff Merge pull request #1010 from marcelofabri/120-is-better-than-100
Changing the default line length limit to 120
2016-12-22 00:00:27 -02:00
JP Simard 8858b3c484 sort imports in Location.swift 2016-12-21 13:26:55 -08:00
Marcelo Fabri ca958a5b67 Merge pull request #1023 from marcelofabri/bugfix_1020
Fix false positive in `switch_case_on_newline` when switching over a selector
2016-12-21 18:31:32 -02:00
Marcelo Fabri 17a0cbb6a7 Merge pull request #1015 from JamieEdge/relative-path-html-report
Switch to a relative path within the HTML report output
2016-12-21 18:30:56 -02:00
Jamie Edge 8c89acdf82 Merge branch 'master' into relative-path-html-report
# Conflicts:
#	CHANGELOG.md
2016-12-21 20:29:41 +00:00
Marcelo Fabri 7c11db6cb7 Fix false positive in switch_case_on_newline when switching over a selector
Fixes #1020
2016-12-21 17:26:41 -02:00
Marcelo Fabri 8a47907ad2 Merge pull request #1022 from marcelofabri/bugfix_1021
Fix false positive in `empty_parentheses_with_trailing_closure` rule
2016-12-21 17:25:50 -02:00
Marcelo Fabri b57691507b Fix false positive in empty_parentheses_with_trailing_closure rule
Fixes #1021
2016-12-21 17:24:58 -02:00
JP Simard 3c5ee9f0ee Merge pull request #1018 from JamieEdge/valid-html-report
Fix validity and styling of the HTML reporter
2016-12-21 11:23:01 -08:00
JP Simard 63f2606190 Merge pull request #1016 from marcelofabri/faster-implicit-getter
`implicit_getter` rule performance improvements
2016-12-21 10:52:31 -08:00
JP Simard 0e93d4adfe add mark rule perf improvements to changelog 2016-12-21 10:52:20 -08:00
JP Simard 910ae0e415 Merge pull request #1017 from marcelofabri/faster-marker
Make `mark` rule slightly faster
2016-12-21 10:51:14 -08:00
Jamie Edge 22588e7f6a Fix HTML reporter unit test failure. 2016-12-21 15:03:18 +00:00
Jamie Edge b168f1e87a Merge branch 'master' into relative-path-html-report
# Conflicts:
#	CHANGELOG.md
2016-12-21 14:11:54 +00:00
Jamie Edge b927c45403 Add missing spaces in CHANGELOG.
[skip ci]
2016-12-21 14:08:31 +00:00
Marcelo Fabri 2907062e7c implicit_getter rule performance improvements 2016-12-21 11:37:31 -02:00
Jamie Edge 8a37b26edb Update CHANGELOG and add missing HTML option to README. 2016-12-21 13:33:31 +00:00