pw_presubmit: Make inclusive_language blocking

Bug: 386
Change-Id: I47839ca9fece276902c2e55b858008174391b3d6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/47161
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
Reviewed-by: Ewout van Bekkum <ewout@google.com>
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
index 5ec9622..9d69b77 100755
--- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -626,7 +626,6 @@
 #
 
 OTHER_CHECKS = (
-    inclusive_language,
     # TODO(pwbug/45): Remove clang-tidy from OTHER_CHECKS when it passes.
     clang_tidy,
     # Build that attempts to duplicate the build OSS-Fuzz does. Currently
@@ -648,6 +647,7 @@
     commit_message_format,
     copyright_notice,
     format_code.presubmit_checks(),
+    inclusive_language,
     pw_presubmit.pragma_once,
     source_is_in_build_files,
 )