221207 - TIL

bromp 2022년 12월 7일 AM 03:00 30 0
bromp Profile Image Level 7
1 #TIL

  • 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 오류

참고

댓글