# HG changeset patch
# User Evan Read <eread@gitlab.com>
# Date 1742167824 -36000
#      Mon Mar 17 09:30:24 2025 +1000
# Node ID 6344b734a8d9c5dae8e32be408b1d6458625d670
# Parent  0ab8293ce61278378e253eb2f6fd3599ab8e9e51
Make sure that inline config can't override the 'default: false' setting

diff --git a/doc/.markdownlint/.markdownlint-cli2.yaml b/doc/.markdownlint/.markdownlint-cli2.yaml
--- a/doc/.markdownlint/.markdownlint-cli2.yaml
+++ b/doc/.markdownlint/.markdownlint-cli2.yaml
@@ -6,4 +6,5 @@
 config:
   default: false
   no-trailing-spaces: true
+noInlineConfig: true
 fix: true
diff --git a/doc/development/broken_master.md b/doc/development/broken_master.md
--- a/doc/development/broken_master.md
+++ b/doc/development/broken_master.md
@@ -5,10 +5,10 @@
 title: Handling broken master pipelines
 ---
 
-We currently run [nightly pipelines](pipelines.md#scheduled-pipelines) for
+We run [nightly pipelines](pipelines.md#scheduled-pipelines) for
 building both CE and EE package in our Release mirror: `https://dev.gitlab.org/gitlab/omnibus-gitlab`.
 This mirror is configured to send pipeline failure notifications to
-`#g_distribution` channel on Slack. A broken master pipeline gets priority over
+`#g_distribution` channel on Slack. A broken `master` pipeline gets priority over
 other scheduled work as per our [development guidelines](https://handbook.gitlab.com/handbook/engineering/workflow/#resolution-of-broken-master).
 
 ## Jobs are stuck due to no runners being active