221207 - TIL

brick·2022년 12월 6일
0

TIL

목록 보기
18/22
  • swiftLint 적용

예외처리

disabled_rules:
- trailing_whitespace
- force_cast
#- function_body_length
- closure_parameter_position
- void_function_in_ternary
- line_length
- empty_enum_arguments
- type_name

included:

excluded:
- Pods

line_length:

identifier_name:
    min_length:
        warning: 1
    allowed_symbols: ["_"]


trailing_whitespace:

참고

  • info.plist 경로 변경

참고

  • xcode 14 pod init 오류

참고

0개의 댓글