diff --git a/.swiftlint.yml b/.swiftlint.yml index 604021a..a43a903 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -6,6 +6,7 @@ # --- disabled_rules: +- non_optional_string_data_conversion - trailing_comma excluded: - docs diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json new file mode 100644 index 0000000..aa1a53b --- /dev/null +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -0,0 +1,3 @@ +{ + "mas": "all" +}