Commit Graph

2681 Commits

Author SHA1 Message Date
Nick Lockwood fdcf277230 Apply formatting 2026-01-25 09:02:03 -08:00
Nick Lockwood 8a397ef6c0 Fix Windows release script 2025-12-05 07:34:23 +00:00
Nick Lockwood 80d02aa3b3 Apply formatting 2025-11-29 16:16:13 +00:00
Nick Lockwood fb7ce2e469 Update for 0.58.7 release 0.58.7 2025-11-29 12:13:20 +00:00
Nick Lockwood fc042c29e9 Fix sortImports rule moving swift-tools-version line 2025-11-29 12:00:02 +00:00
Nick Lockwood c037026ffb Fix range crash 2025-11-29 12:00:02 +00:00
Nick Lockwood bc2cca2d60 Fix redundantSelf bug with if #available checks 2025-11-29 12:00:02 +00:00
Nick Lockwood 8afe6babb4 Fix getCommitHash() for file paths with spaces 2025-11-29 12:00:02 +00:00
David Roman 26ae579519 Fix mis-insertion for nil-init rule related to optional closure return values (#2279) 2025-11-29 12:00:02 +00:00
Nick Lockwood 66571a3a7b Fix unusedPrivateDeclarations when used outside enabled range 2025-11-29 12:00:02 +00:00
Nick Lockwood 4fab7f8897 Fix hoistTry bug with wrapped lines 2025-11-29 12:00:02 +00:00
Nick Lockwood fb167dd78c Fix crash in --ruleinfo when options exceed old max length 2025-11-29 12:00:02 +00:00
Nick Lockwood f231c67025 Reorganize tests 2025-11-29 12:00:02 +00:00
Nick Lockwood b8878ee112 Fix windows release 2025-11-29 12:00:02 +00:00
Nick Lockwood e6fe3e445b Update for 0.58.6 release 0.58.6 2025-11-11 21:30:39 +00:00
Nick Lockwood afe7956293 Support concurrent formatting for --filelist 2025-11-11 21:16:05 +00:00
Nick Lockwood 9bf049e5c1 Update performance baselines 2025-11-11 21:05:06 +00:00
Nick Lockwood d9d01328f5 Refactor Formatter.lastIndex(in:) 2025-11-11 21:05:06 +00:00
Nick Lockwood b9d4e151b1 Fix bug with traversing conditional switch cases 2025-11-11 21:05:06 +00:00
Nick Lockwood c6adf78f64 Fix trailing comma inserted into array type 2025-11-11 21:05:06 +00:00
Nick Lockwood 35455f3b69 Don't insert trailing commas inside #selector 2025-11-11 21:05:06 +00:00
Nick Lockwood 0262f75c0b Keep trailing comments with line when wrapping 2025-11-11 21:04:58 +00:00
Nick Lockwood 1a9f70ca34 Fix spurious return removal inside repeat...while loop 2025-11-11 21:04:58 +00:00
Nick Lockwood a025d9366d Fix PerformanceTests target 2025-11-11 21:04:58 +00:00
Nick Lockwood b7c445b5e4 Fix AutoUpdatingRange keeping transient formatters alive 2025-11-11 21:04:58 +00:00
Nick Lockwood 2e65ab1660 Fix unnecessary AutoUpdatingRange tracking 2025-11-11 21:04:58 +00:00
Nick Lockwood 99ed4208bf Reduce timeout to 1ms per token 2025-11-11 21:04:58 +00:00
Roman Lavrov 4e32ac9bdd Windows: released .exe statically links Swift stdlib (#2265) 2025-11-11 21:04:43 +00:00
Marcelo Fabri 644d51962b Fix bug in trailingClosures rule with property wrappers (#2253) 2025-11-11 21:04:15 +00:00
Nick Lockwood 32461e62c8 Fix incorrect cache path in README 2025-11-10 17:54:23 +00:00
Nick Lockwood 9c82dcb153 Update for 0.58.5 release 0.58.5 2025-10-17 21:04:46 +01:00
Nick Lockwood 1105d3ddec Fix parsing error with for await case 2025-10-17 20:45:34 +01:00
Nick Lockwood fb7d2fa924 Fix spurious return removal after where clause 2025-10-17 20:45:34 +01:00
Nick Lockwood ef2a41e9b8 Fix macro indent regression 2025-10-17 20:45:34 +01:00
Nick Lockwood 76fbc14e7d Fix hoistTry with XCTUnwrap 2025-10-17 20:45:34 +01:00
Nick Lockwood ad4b6b92d9 Update for 0.58.4 release 0.58.4 2025-10-16 07:37:00 +01:00
Nick Lockwood a4679ce1e4 Fix trailingComma rule with typed throws 2025-10-16 07:16:56 +01:00
Nick Lockwood 19bc687945 Preserve failure messages in noGuardInTests rule 2025-10-16 07:16:56 +01:00
Nick Lockwood 31aee81c3a Don't insert throws in noGuardInTests if not needed 2025-10-16 07:16:56 +01:00
Nick Lockwood 1ee06e858d Fix unusedArguments false positive with macros 2025-10-16 07:16:56 +01:00
Nick Lockwood 62ac33bc0a Add Token.isMacro helper 2025-10-16 07:16:56 +01:00
Nick Lockwood 7768450d8e Clean up noGuardInTestsTests 2025-10-16 07:16:56 +01:00
Nick Lockwood e223f7d6d6 Always strip "default" option from help description 2025-10-16 07:16:56 +01:00
Nick Lockwood 7a0921d301 Filter redundant default arguments from options help 2025-10-16 07:16:56 +01:00
Nick Lockwood 49d0c6ecf3 Update README.md versions in prepare_release.sh 2025-10-16 07:16:56 +01:00
Nick Lockwood 122cebe438 Check for existing placeholder in CHANGELOG.md before adding another 2025-10-16 07:16:56 +01:00
Cal Stephens 5b47290add Fix issue where opaqueGenericParameters rule could cause 'some' types cannot be used in constraints on existential types build error (#2242) 2025-10-16 07:16:56 +01:00
Nick Lockwood 96e099573b Ensure white space in multiline strings is not altered by formatting 2025-10-16 07:16:56 +01:00
Nick Lockwood de413fec1d Update for 0.58.3 release 0.58.3 2025-10-04 14:33:11 +01:00
Nick Lockwood a605b2854c Fix unexpected wrapping of closing paren 2025-10-04 14:26:21 +01:00