Add multilingual audit CI pipeline + extract mandelblog_content_guard

This commit is contained in:
2026-03-29 20:49:42 +02:00
parent 643aca26d0
commit e3bafd3a73
104 changed files with 3372 additions and 6 deletions

View File

@@ -0,0 +1 @@
from mandelblog_content_guard.validators.rules import * # noqa: F401,F403

View File

@@ -0,0 +1 @@
from mandelblog_content_guard.validators.rules.cta import * # noqa: F401,F403

View File

@@ -0,0 +1 @@
from mandelblog_content_guard.validators.rules.forms import * # noqa: F401,F403

View File

@@ -0,0 +1 @@
from mandelblog_content_guard.validators.rules.language import * # noqa: F401,F403

View File

@@ -0,0 +1 @@
from mandelblog_content_guard.validators.rules.patterns import * # noqa: F401,F403