Steffen Kötte
Steffen Kötte
The app reminds me a little bit of an app I've used before: [Fiori Mentor](https://apps.apple.com/us/app/sap-fiori-mentor/id1215284965) It offers the option to copy the code directly from within the app, see [here](...
The original implementation for signed commits in #153 did not consider the `SKIP_PR` flag - if used together with an installation token it fails now. This change adds support by:...
**🐞 Describe the bug** The actions fails with `Error: Command failed: git ls-tree -r --full-tree ` **📚 To Reproduce** Please see my config here: - Action: https://github.com/Nef10/swiftlint-config/blob/main/.github/workflows/sync.yml - Input: https://github.com/Nef10/swiftlint-config/blob/main/.github/sync.yml...
If a class is not documented, e.g. ``` public class TestNoComment { /// Test public var a = "test" } extension TestNoComment : CustomStringConvertible { /// just returns a public...
Currently the releases are read in the way that git outputs them, which seems to be sorted alphabetical. If a project changed between the v0.0.0 and 0.0.0 format, this will...
For example https://github.com/httpswift/swifter/releases uses it
This fixes problems on the macOS 12 GitHub runners Fixes #11 Tests see: https://github.com/Nef10/FileSelectorView/pull/122
``` Run maxep/[email protected] with: output-file: ./pr/lcov.info file-format: lcov env: TOOLCHAINS: swift 5.7 /Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh -f lcov -o ./pr/lcov.info /Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh: line 35: llvm-cov: command not found /Users/runner/work/_actions/maxep/spm-lcov-action/0.3.1/cov.sh: line 41: llvm-cov: command not...
### New Issue Checklist - [x] I've Updated SwiftLint to the latest version. - [x] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues). ### Bug Description A clear and concise description of...