custom_rules: all_private_helpers_in_tests: included: ".*Tests?\\.swift" name: "All private mocks" regex: "^(class|extension) (?!\\w+Tests?)" message: "All helpers in tests should be private" severity: warning