Martin Redington
|
31510b662e
|
Use `all` optin rules facility for SwiftLint's own `.swiftlint.yml` (#4800)
|
2023-03-11 11:59:05 +01:00 |
JP Simard
|
84c6d200b6
|
Clean up unused initializers (#4726)
Found with the upcoming improve dead code detection.
|
2023-01-27 16:31:56 -05:00 |
Ryan Aveo
|
92304cdd98
|
Fix building tests in Xcode (#4607)
Co-authored-by: JP Simard <jp@jpsim.com>
|
2022-11-30 10:33:33 -05:00 |
Danny Mösch
|
1edef5ebdc
|
Trigger `prefer_self_in_static_references` rule on constructor calls (#4519)
|
2022-11-06 14:55:28 +01:00 |
Andrés Cecilia Luque
|
af59581b66
|
Fix specifying the cachePath from command line (#3797)
|
2022-01-21 08:01:48 -08:00 |
JP Simard
|
3e04acd97d
|
Revert "Revert "Fix issue that prevented the inclusion of a configuration file from a parent folder (#3491)""
This reverts commit b66f7c7992 .
|
2021-02-26 11:44:10 -05:00 |
JP Simard
|
b66f7c7992
|
Revert "Fix issue that prevented the inclusion of a configuration file from a parent folder (#3491)"
This reverts commit 2f6fd1e95f .
|
2021-02-25 14:49:10 -05:00 |
Artem Garmash
|
4266ea9d60
|
Add Bool violation reporting in `redundant_type_annotation` (#3438)
* Add Bool violation detection
* Update Changelog
* Fix issues found by the rule
|
2021-02-24 14:29:08 -08:00 |
Frederick Pietschmann
|
2f6fd1e95f
|
Fix issue that prevented the inclusion of a configuration file from a parent folder (#3491)
* Add (currently failing) test for #3485
* [#3485] Add missing rootDir adjustment for included / excluded paths
* Add changelog entry
* Adjust tests for relative included / excluded paths
|
2021-02-23 18:19:19 -05:00 |
JP Simard
|
12cea6b9c7
|
fixup! Don't log a warning if no configuration files were explicitly specified
|
2020-12-10 09:39:49 -05:00 |
JP Simard
|
ab700a3262
|
Re-add warning message if the config file was implicit and misconfigured
Thanks fredpi!
|
2020-12-10 09:37:09 -05:00 |
Frederick Pietschmann
|
4c5a3f0577
|
Add remote, parent & child configuration features
|
2020-11-20 23:08:37 +01:00 |