From 46ab41193a881e1d4b26cbe33e487ec4dd9dfbe8 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 3 Oct 2017 10:39:09 +0300 Subject: [PATCH] Remove simple_ban rule --- .swiftlint.yml | 6 ------ README.md | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 README.md 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