Skip to content
Snippets Groups Projects
Verified Commit 814ea794 authored by Gregor Longariva's avatar Gregor Longariva :speech_balloon:
Browse files

updated swiftlint cyclomatic_complexity

parent 8913a13c
No related branches found
Tags release-3.0.0
No related merge requests found
......@@ -29,7 +29,7 @@ file_length:
ignore_comment_only_lines: true
cyclomatic_complexity:
warning: 15
error: 25
error: 33
reporter: "emoji"
type_name:
allowed_symbols: "_"
......
......@@ -652,7 +652,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 117;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = C8F68RFW4L;
"DEVELOPMENT_TEAM[sdk=macosx*]" = C8F68RFW4L;
......@@ -700,7 +700,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 117;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = C8F68RFW4L;
"DEVELOPMENT_TEAM[sdk=macosx*]" = C8F68RFW4L;
......@@ -742,7 +742,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 117;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = C8F68RFW4L;
GCC_C_LANGUAGE_STANDARD = gnu11;
......@@ -774,7 +774,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 117;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = C8F68RFW4L;
GCC_C_LANGUAGE_STANDARD = gnu11;
......@@ -802,7 +802,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 117;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 73H7Y3TZRJ;
GCC_C_LANGUAGE_STANDARD = gnu11;
......@@ -834,7 +834,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 117;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 73H7Y3TZRJ;
GCC_C_LANGUAGE_STANDARD = gnu11;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment