0
マイ.swiftlint.ymlファイル:Swift lintがカスタム正規表現を無視するのはなぜですか?
disabled_rules: - trailing_whitespace - mark - line_length - force_cast - variable_name - force_try - cyclomatic_complexity - function_body_length - type_body_length - file_length - type_name excluded: - Pods custom_rules: press_enter_after_object_definition: regex: "(class|enum).*"
結果は以下の通りです:
をそれだけで最初の一致を発見したのはなぜ?
すべての行をenum
またはclass
というキーワードで検索する必要があります。