Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 859 Bytes

swiftlint.md

File metadata and controls

33 lines (21 loc) · 859 Bytes
title sidebar_label description
SwiftLint
SwiftLint
CodeRabbit's guide to SwiftLint.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

SwiftLint is a linter for Swift.

Files

SwiftLint will run on files with the following extensions:

  • .swift

Configuration

SwiftLint supports the following config files:

  • User-defined config file set at reviews.tools.swiftlint.config_file in your project's .coderabbit.yaml file or setting the "Review → Tools → SwiftLint → Config File" field in CodeRabbit's settings page.
  • .swiftlint.yaml
  • .swiftlint.yml

CodeRabbit will use the default settings if no config file is found.

Links