0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Swift2,295 forks (2,295 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 19,570 stars (19,570 stars)
- PR merge metrics
- Avg merge 16d 3h (Avg merge 16d 3h)37 merged PRs in 30d (37 merged PRs in 30d)
Description
New Issue Checklist
Feature or Enhancement Proposal
I implemented my own preferred_modifier_order and I wanted to specify the order for isolated and nonisolated keywords, but I didn't find that they were available in the current implementation or documentation, and I didn't find any open issues.
I think a parameter like isolation would be a welcome addition for fine-tuning the modifier order.
Contributor guide
- Research direction
- Review the current modifier order rule configuration in Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/ModifierOrderConfiguration.swift to understand how existing parameters like `preferred modifier order` are implemented. Then add a new `isolation` parameter that allows users to specify the order of 'isolated' and 'nonisolated' keywords. Update documentation at https://realm.github.io/SwiftLint/modifier order.html and add tests for the new parameter.
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- Swift knowledgeSwiftLint rule configuration