SwiftLint/Source/SwiftLintFramework/Extensions
tillhainbach a9ec894caf
Add exceptions to `weak_delegate` rule (#3599)
2022-09-10 10:07:43 -04:00
..
Array+SwiftLint.swift Fix issues originating from new set semantics 2020-11-21 00:05:42 +01:00
ByteCount+SwiftSyntax.swift Apply minor changes to the syntactic sugar rewrite (#3915) 2022-03-24 10:27:05 -04:00
Collection+Windows.swift Rewrite CommaRule with SwiftSyntax (#4062) 2022-08-04 04:29:38 +00:00
Configuration+Cache.swift Add support for native custom rules (#4039) 2022-07-26 13:56:22 -04:00
Configuration+FileGraph.swift Fix specifying the cachePath from command line (#3797) 2022-01-21 08:01:48 -08:00
Configuration+FileGraphSubtypes.swift Re-add warning message if the config file was implicit and misconfigured 2020-12-10 09:37:09 -05:00
Configuration+IndentationStyle.swift Add remote, parent & child configuration features 2020-11-20 23:08:37 +01:00
Configuration+LintableFiles.swift enable glob for includePaths (#4093) 2022-08-15 13:54:49 +00:00
Configuration+Merging.swift Add optional prefer_self_in_static_references rule (#3732) 2021-11-29 18:42:53 +00:00
Configuration+Parsing.swift Add optional prefer_self_in_static_references rule (#3732) 2021-11-29 18:42:53 +00:00
Configuration+Remote.swift Add `--output` option to lint and analyze commands (#4148) 2022-08-31 17:34:37 -04:00
Configuration+RulesMode.swift Fix custom rules bug when using only_rules mode 2021-02-25 19:22:57 +01:00
Configuration+RulesWrapper.swift Get rid of optional return value (#4187) 2022-09-07 18:18:34 -04:00
Dictionary+SwiftLint.swift Add optional prefer_self_in_static_references rule (#3732) 2021-11-29 18:42:53 +00:00
FileManager+SwiftLint.swift Add remote, parent & child configuration features 2020-11-20 23:08:37 +01:00
NSRange+SwiftLint.swift Remove all file headers 2018-05-04 13:42:02 -07:00
NSRegularExpression+SwiftLint.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
QueuedPrint.swift Fix tests 2020-11-09 17:17:38 +03:00
RandomAccessCollection+Swiftlint.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
Request+SwiftLint.swift Fix analyzer rules with Xcode 13.3 (#3921) 2022-03-28 11:58:34 -04:00
SourceFileSyntax+SwiftLint.swift Rewrite ColonRule with SwiftSyntax (#4063) 2022-08-04 17:23:52 -04:00
SourceKittenDictionary+SwiftUI.swift Add `accessibility_trait_for_button` rule (#3989) 2022-09-06 21:44:09 +00:00
SourceKittenDictionary+Swiftlint.swift #3167: Fixes false positives for multiline_parameters_brackets and multiline_arguments_brackets (#3171) 2020-05-29 11:59:02 +03:00
SourceRange+SwiftLint.swift Migrate ClosureSpacingRule to SwiftSyntax (#4092) 2022-08-15 18:27:43 +00:00
String+SwiftLint.swift Add exceptions to `weak_delegate` rule (#3599) 2022-09-10 10:07:43 -04:00
String+XML.swift Remove all file headers 2018-05-04 13:42:02 -07:00
String+sha256.swift Add support for native custom rules (#4039) 2022-07-26 13:56:22 -04:00
StringView+SwiftLint.swift Move StringView.byteOffset into generally accessible extension (#3917) 2022-03-25 07:27:50 +01:00
StringView+SwiftSyntax.swift Apply minor changes to the syntactic sugar rewrite (#3915) 2022-03-24 10:27:05 -04:00
SwiftDeclarationAttributeKind+Swiftlint.swift Add unused_import config options to require imports for each module used (#3123) 2020-02-22 14:39:07 -08:00
SwiftDeclarationKind+SwiftLint.swift Separated nesting level counting for types and functions in `nesting` rule (fixes #1151). Enhanced `nesting` rule to search for nested types and functions within closures and statements. Enhanced `nesting` rule to allow for one nested type within a function even if breaking a maximum type level nesting (fixes #1151). 2020-11-09 12:06:34 -05:00
SwiftExpressionKind.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
SwiftLintFile+Cache.swift Migrate ClosureSpacingRule to SwiftSyntax (#4092) 2022-08-15 18:27:43 +00:00
SwiftLintFile+Regex.swift Print autocorrected STDIN input to STDOUT (#4132) 2022-08-28 23:17:20 +02:00
SyntaxKind+SwiftLint.swift Add unused_import config options to require imports for each module used (#3123) 2020-02-22 14:39:07 -08:00
SyntaxVisitor+SwiftLint.swift Add workaround to avoid stack overflow in debug (#3963) 2022-05-01 14:57:28 -07:00