From c0d4941278329c7fd63e1a610d8df77213a0acc6 Mon Sep 17 00:00:00 2001 From: Matt Massicotte <85322+mattmassicotte@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:17:27 -0400 Subject: [PATCH] example xclint.yml typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d8cfb..5d63557 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ opt_in_rules: # Other rules make sense for all projects by default. You must opt-out of those. disabled_rules: - - build_files_ordered. # checks that the ordering of techincally-unordered collections Xcode writes out is preserved + - build_files_ordered # checks that the ordering of techincally-unordered collections Xcode writes out is preserved ``` ## Alternatives