From 2683b78e34634e010527f5d806ead7135d8e0ef2 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 3 Apr 2025 17:54:20 +0300 Subject: [PATCH] Add code validation documentation for PR code suggestions --- docs/docs/core-abilities/code_validation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/core-abilities/code_validation.md b/docs/docs/core-abilities/code_validation.md index 83d1c676..656fb2f4 100644 --- a/docs/docs/core-abilities/code_validation.md +++ b/docs/docs/core-abilities/code_validation.md @@ -1,5 +1,3 @@ -[//]: # (## Code Validation 💎) - ## Introduction The Git environment usually represents the final stage before code enters production. Hence, Detecting bugs and issues during the review process is critical.