Replace CleanroomLogger example with native os.Logger #76
Annotations
8 warnings
|
Lint code with SwiftLint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint code with SwiftLint:
Lock/Routes.swift#L69
`if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
|
Lint code with SwiftLint:
Lock/UnrecoverableError.swift#L57
`if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
|
Lint code with SwiftLint:
Lock/InputField.swift#L25
Class body should span 300 lines or less excluding comments and whitespace: currently spans 351 lines (type_body_length)
|
|
Lint code with SwiftLint:
Lock/CountryTableViewController.swift#L61
Remove overridden functions that don't do anything except call their super (unneeded_override)
|
|
Lint code with SwiftLint
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
|
Lint podspec using Xcode 26.6
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test using Xcode 26.6
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457, mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|