summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2023-02-22 21:50:18 +0300
committerEd Tanous <ed@tanous.net>2023-02-27 20:44:38 +0300
commit3cd642a0442213696c730b1177296eab4cc34d64 (patch)
treede417b40342d899883160d4237ecc73d3e24dae5 /DEVELOPING.md
parentcc519de3d4d2f6900f8c9200a3a02df345d0e6fa (diff)
downloadbmcweb-3cd642a0442213696c730b1177296eab4cc34d64.tar.xz
Have clang-tidy header match others
This section isn't any more important than the others. Tested: Doc change. Pushed to fork, looked good. Change-Id: If9e888aff92dc389183f8a53527e603d1c685ad0 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 4a481c9a96..be61476f1d 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -196,7 +196,7 @@ possible, but as with all security, impact will need to be weighed against the
security impact of not making changes, and judgement calls will be made, with
options to allow providing the old behavior.
-## clang-tidy
+### clang-tidy
clang-tidy is a tool that can be used to identify coding style violations, bad
design patterns, and bug prone constructs. The checks are implemented in the