0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/swift/.swiftlint.yml
Jordan Rose 9a569f2ffe Standardize license headers
...to have a period after "Signal Messenger, LLC."

...except for the Java sources, which still need a cleanup pass.
2021-10-28 17:27:30 -07:00

21 lines
420 B
YAML

disabled_rules:
- cyclomatic_complexity
- empty_enum_arguments
- force_try
- function_body_length
- function_parameter_count
- identifier_name
- line_length
- redundant_optional_initialization
- trailing_comma
- type_body_length
opt_in_rules:
- attributes
- file_header
file_header:
required_pattern: |
//
// Copyright \d{4}(-\d{4})? Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//