SwiftLint/Source/swiftlint/Helpers
Danny Mösch fe312a06fe
Rely on pre-defined issues and allow to print them directly to the console (#5013)
Advantages of having typical errors at a common place:
* Error message styling can be harmonized
* Existing messages can be reused
* Overview of prefixes ('error: ', 'warning: ')
* Manage how to print them to the console
2023-05-16 20:15:14 +02:00
..
Benchmark.swift Use `all` optin rules facility for SwiftLint's own `.swiftlint.yml` (#4800) 2023-03-11 11:59:05 +01:00
CompilerArgumentsExtractor.swift Filter out compiler argument not understood by SourceKit in Xcode 14 (#4210) 2022-09-20 23:24:40 +02:00
ExitHelper.swift Docker: Update to Swift 5.7 & Ubuntu Jammy (#4241) 2022-09-24 15:09:41 -04:00
LintOrAnalyzeArguments.swift Use `all` optin rules facility for SwiftLint's own `.swiftlint.yml` (#4800) 2023-03-11 11:59:05 +01:00
LintOrAnalyzeCommand.swift Rely on pre-defined issues and allow to print them directly to the console (#5013) 2023-05-16 20:15:14 +02:00
LintableFilesVisitor.swift Use `all` optin rules facility for SwiftLint's own `.swiftlint.yml` (#4800) 2023-03-11 11:59:05 +01:00
ProgressBar.swift Add `--progress` flag to lint and analyze commands (#4147) 2022-08-31 18:26:17 -04:00
RulesFilter.swift Mark `RulesFilter` as `final class` (#4939) 2023-04-26 16:26:22 +00:00
Signposts.swift Use `all` optin rules facility for SwiftLint's own `.swiftlint.yml` (#4800) 2023-03-11 11:59:05 +01:00
SwiftLintError.swift Migrate from Commandant to swift-argument-parser 2020-12-14 15:51:04 -05:00
SwiftPMCompilationDB.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00