mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Fix linting issues in README (#5991)
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
||||
globs: |
|
||||
CHANGELOG.md
|
||||
CONTRIBUTING.md
|
||||
README.md
|
||||
lint-actions:
|
||||
name: Lint Actions
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
MD013:
|
||||
line_length: 120
|
||||
code_blocks: false
|
||||
MD024:
|
||||
siblings_only: true
|
||||
MD033:
|
||||
allowed_elements:
|
||||
- details
|
||||
- summary
|
||||
|
||||
@@ -16,7 +16,7 @@ of your source files for more accurate results.
|
||||
[](https://dev.azure.com/jpsim/SwiftLint/_build/latest?definitionId=4?branchName=main)
|
||||
[](https://buildkite.com/swiftlint/swiftlint)
|
||||
|
||||

|
||||

|
||||
|
||||
This project adheres to the
|
||||
[Contributor Covenant Code of Conduct](https://realm.io/conduct).
|
||||
@@ -353,7 +353,7 @@ fi
|
||||
> The `SWIFTLINT_CMD` path uses the default Xcode configuration and has been
|
||||
> tested on Xcode 15/16. In case of another configuration (e.g. a custom
|
||||
> Swift package path), please adapt the values accordingly.
|
||||
|
||||
<!-- markdownlint-disable MD028 -->
|
||||
> [!TIP]
|
||||
> Uncheck `Based on dependency analysis` to run `swiftlint` on all incremental
|
||||
> builds, suppressing the unspecified outputs warning.
|
||||
@@ -817,7 +817,7 @@ custom_rules:
|
||||
|
||||
This is what the output would look like:
|
||||
|
||||

|
||||

|
||||
|
||||
It is important to note that the regular expression pattern is used with the
|
||||
flags `s` and `m` enabled, that is `.`
|
||||
@@ -1041,7 +1041,7 @@ and helping others in the community.
|
||||
Special thanks go to [MacStadium](https://www.macstadium.com) for providing
|
||||
physical Mac mini machines to run our performance tests.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/realm/SwiftLint/main/assets/macstadium.png" width="184" />
|
||||

|
||||
|
||||
We also thank Realm (now MongoDB) for their inital contributions and setup of
|
||||
the project.
|
||||
|
||||
Reference in New Issue
Block a user