diff --git a/.swiftlint.yml b/.swiftlint.yml index 6a27cd8..96c6095 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -147,9 +147,3 @@ custom_rules: match_kinds: - identifier - string - - simple_ban: - name: "Simple type name" - regex: '(class|struct)(.)+[sS]imple(.)+\{' - message: "Don't use 'simple' in type name, use 'default' or 'base' instead" - severity: warning diff --git a/README.md b/README.md new file mode 100644 index 0000000..526844f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# iOS code-quality + +## 3.10 + +- Remove `simple_ban` rule due to swiftlint working with regex bug. \ No newline at end of file