Danny Mösch

Results 61 issues of Danny Mösch

All options possible in a configuration have a default value which is implicitly set even if an option is not mentioned in a certain configuration. Together with the rule that...

enhancement
discussion

As the title says, when you run for example `swiftlint --only-rule trailing_comma` in a folder that doesn't contain a `.swiftlint.yml` configuration file, SwiftLint disregards the `--only-rule` option and just runs...

bug

I found a few issues mentioning this problem as well, yet they are more focused on the documentation aspect of this warning printed by Jazzy: ``` Found conflicting type declarations...

bug
sourcekit

### New Rule Request Avoid redundant access-level modifiers such as `internal` on top-level declarations. 1. Why should this rule be added? Share links to existing discussion about what the community...

rule-request

### New Rule Request Statements should stand on their own line. 1. Why should this rule be added? Share links to existing discussion about what the community thinks about this....

good first issue
rule-request

These changes were also applied to the [previous successful Bazel release](https://github.com/bazelbuild/bazel-central-registry/pull/2504).

Currently, whenever I open a workspace, the extension needs an unreasonable amount of time to build `swiftlint` in release mode, blocking other activity on the Swift package from progressing. Taking...

https://github.com/swiftlang/swift-syntax/releases/tag/601.0.0

skip-url-stability-check

Running `swiftly init` from an arbitrary location places the `.swift-version` file there even though this isn't even a Swift project. Even if it was a Swift project, I don't think...