diff --git a/.coderabbit.yaml b/.coderabbit.yaml index fe45e96..a26e69f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,75 +1,75 @@ -# CodeRabbit Configuration File -language: "en" - -reviews: - profile: "assertive" - - # Disables the "Prompt for all review comments with AI agents" feature - enable_prompt_for_ai_agents: false - - # Disables the "🪄 Autofix (Beta)" feature and committable suggestions - finishing_touches: - autofix: - enabled: false - - auto_review: - enabled: true - drafts: false - - path_instructions: - - path: "**/*.html" - instructions: | - CRITICAL: Absolutely forbid the use of , ,
, or any table elements for structural layouts. If found, flag it as a major violation and instruct the user to use CSS Grid or Flexbox instead. - Ensure semantic HTML5 elements (nav, section, footer, main) are used correctly. - Ensure every tag contains a meaningful, non-empty 'alt' attribute for accessibility. - Check that interactive elements use proper tags (like