SwiftLint/Source/SwiftLintFramework/Extensions
Martin Redington 1c3c62e422
Add new `invalid_swiftlint_command` rule (#4546)
2023-03-04 13:53:27 +01:00
..
Array+SwiftLint.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05: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 Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
Configuration+FileGraph.swift Clean up unused initializers (#4726) 2023-01-27 16:31:56 -05:00
Configuration+FileGraphSubtypes.swift Remove `Configuration.FileGraph.Vertix.configurationString` property (#4354) 2022-10-12 17:16:27 +00:00
Configuration+IndentationStyle.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
Configuration+LintableFiles.swift Make forceExclude work with directly specified files (#4609) 2022-12-22 21:15:08 +01:00
Configuration+Merging.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
Configuration+Parsing.swift Print a warning for Analyzer rules misplaced in the configuration (#4620) 2022-12-05 18:03:54 -05:00
Configuration+Remote.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
Configuration+RulesMode.swift Add "all" pseudo-rule which enables all opt-in rules (#4544) 2023-03-04 13:49:00 +01:00
Configuration+RulesWrapper.swift Add "all" pseudo-rule which enables all opt-in rules (#4544) 2023-03-04 13:49:00 +01:00
Dictionary+SwiftLint.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01: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
SourceKittenDictionary+SwiftUI.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
SourceKittenDictionary+Swiftlint.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
SourceRange+SwiftLint.swift Migrate ClosureSpacingRule to SwiftSyntax (#4092) 2022-08-15 18:27:43 +00:00
String+SwiftLint.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01: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 Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01: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+BodyLineCount.swift Update SwiftSyntax to latest development snapshot (#4759) 2023-02-20 10:51:31 -05:00
SwiftLintFile+Cache.swift Add new `invalid_swiftlint_command` rule (#4546) 2023-03-04 13:53:27 +01:00
SwiftLintFile+Regex.swift Add new `invalid_swiftlint_command` rule (#4546) 2023-03-04 13:53:27 +01:00
SwiftSyntax+SwiftLint.swift Fix some issues in `direct_return` rule (#4783) 2023-02-25 02:48:31 -05:00
SyntaxClassification+isComment.swift Add rule for single space after period on comments (#4624) 2022-12-15 23:27:33 +01: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