Skip to content

Commit

Permalink
Apply scheduled running result
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 29, 2024
1 parent e4734b2 commit 5a4cf6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/SwiftFormat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,18 @@
"url" : "https://github.com/nicklockwood/SwiftFormat/releases/tag/0.53.10",
"version" : "0.53.10"
},
{
"body" : "- Fixed issue where `--wrapeffects never` could unexpectedly remove unrelated code\r\n- Fixed `--condassignment` option (setting this previously had no effect)\r\n- The `redundantReturn` rule no longer removes conditional `return`s if `conditionalAssignment` is disabled\r\n- The `redundantObjc` rule now strips implicit `@objc` attribute for `@IBSegueAction` functions\r\n- Fixed bug where violations for rules that insert new lines were sometimes ignored in lint output\r\n",
"createdAt" : "2024-07-29T01:06:17+09:00",
"fetchedFromAPIAt" : "2024-07-29T10:01:49+09:00",
"id" : "RE_kwDOA_OyXc4J_DeM",
"owner" : "nicklockwood",
"publishedAt" : "2024-07-29T01:00:33+09:00",
"repository" : "SwiftFormat",
"title" : "0.54.3",
"url" : "https://github.com/nicklockwood/SwiftFormat/releases/tag/0.54.3",
"version" : "0.54.3"
},
{
"body" : "- Added `blankLineAfterSwitchCase` rule for inserting blank lines after switch cases\r\n- Added `consistentSwitchCaseSpacing` rule for ensuring consistent spacing between switch cases\r\n- Added `redundantProperty` rule for removing variable assignments where value is immediately returned\r\n- Added `redundantTypedThrows` rule for stripping redundant `Never` or `any Error` `throws` types\r\n- Setting `--report` without `--reporter` type now raises an error if type can't be inferred\r\n- Added XML reporter for Checkstyle-compatible lint reporting (use the `--reporter xml` option)\r\n- Added `--typedelimiter` option for controlling spacing around the colon in type definitions\r\n- Added `--initcodernil` option for returning `nil` instead of asserting in unavailable `init?(coder:)`\r\n- The `fileHeader` rule now uses git info for `created` date (if available) instead of file system\r\n- Added git `author`, `author.name` and `author.email` tokens for file header templates\r\n- Added `--callsiteparen` option for controlling closing paren placement at function call sites\r\n- The `wrapAttributes` rule can now be applied differently to computed properties vs stored properties\r\n- The `wrapAttributes` rule can now be applied differently to complex (parameterized) vs simple attributes\r\n- Replaced `--varattributes` with `--storedvarattrs`, `--computedvarattrs` and `--complexattrs` options\r\n- Added `—-nilinit` option for controlling whether `redundantNilInit` adds or removes explicit `nil`\r\n- Added ability to organize declarations by type over visibility (use `--organizationmode type`)\r\n- Fixed bug where enabling `organizeDeclarations` for structs caused `sortDeclarations` to have no effect\r\n- Fixed bug where if statement body could be incorrectly parsed as a trailing closure\r\n- Improved attribute handling in `opaqueGenericParameters rule`\r\n- SwiftFormat now recognizes `init` and `_modify` property accessors\r\n- Fixed bug with `preferForLoop` rule and tuple argument matching\r\n- Extended `conditionalAssignment` rule to handle more cases\r\n- Added `--condassignment after-property` option\r\n- Fixed await being hoisted outside of macro arguments\r\n- Fixed unsafe adding/removal of `self` within macros\r\n- Added `os_log` to `--selfrequired` defaults",
"createdAt" : "2024-06-11T16:42:57+09:00",
Expand Down

0 comments on commit 5a4cf6e

Please sign in to comment.