diff --git a/.swiftlint.yml b/.swiftlint.yml new file mode 100644 index 0000000..74f409d --- /dev/null +++ b/.swiftlint.yml @@ -0,0 +1,8 @@ +disabled_rules: + - trailing_comma +included: + - Sources + - Tests + - Package.swift + - Dangerfile.swift +line_length: 150