Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Update SwiftLint configuration file path#47

Merged
hasit merged 1 commit intomainfromhasit/swiftlint-config-file
Jun 5, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletionsdocs/guides/configure-coderabbit.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -155,6 +155,7 @@ YAML settings:
- **`enabled`**: Enable integration, defaults to true.
- **`swiftlint`**: Configuration for `swiftlint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`config_file`**: Path to the `swiftlint` configuration file relative to the repository. This is useful when the configuration file is named differently than the default `.swiftlint.yml` or `.swiftlint.yaml`.
- **`phpstan`**: Configuration for `phpstan` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`level`**: The [rule level](https://phpstan.org/user-guide/rule-levels) to run. Default is "1".
Expand DownExpand Up@@ -199,6 +200,7 @@ YAML settings:
enabled: true
swiftlint:
enabled: true
config_file: ".custom-swiftlint.yaml"
phpstan:
enabled: true
level: "1"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp