kctl-react 0.10.4__tar.gz → 0.11.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kctl_react-0.10.4 → kctl_react-0.11.0}/PKG-INFO +1 -1
- {kctl_react-0.10.4 → kctl_react-0.11.0}/pyproject.toml +1 -1
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/__init__.py +1 -1
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/scaffold.py +59 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/.gitignore +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/README.md +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/e2e/.gitignore +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/e2e/README.md +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/e2e/fixtures/auth.ts +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/e2e/package.json +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/e2e/playwright.config.ts +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/e2e/tests/smoke/connectivity.spec.ts +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/__main__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/_register.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/cli.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/a11y.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/affected.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/apps.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/build.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/bundle_cmd.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/cap/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/cap/_helpers.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/cap/devices.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/cap/environment.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/cap/lifecycle.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/cap/signing.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/clean.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/codegen.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/compliance.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/config_cmd.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/dashboard.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/deploy.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/deps.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/dev.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/docker_cmd.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/doctor.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/doctor_cmd.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/e2e.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/env.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/i18n.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/lint.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/maintenance.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/monitor_cmd.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/observe.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/packages.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/perf.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/pipeline.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/pwa.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/security.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/state.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/test_cmd.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/ui_audit/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/ui_audit/antipatterns.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/commands/ui_audit/theming.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/analyzers.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/callbacks.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/endpoints.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/envelope.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/naming.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/params.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/requests.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/types.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/hooks.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/matcher.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/schema.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/auth.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/reachable.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/response.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/timing.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/client.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/sampler.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/api.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/codegen.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/darkmode.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/errors.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/features.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/i18n_check.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/imports.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/navigation.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/practices.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/providers.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/pwa.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/responsive.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/scripts.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/shadcn.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/structure.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/testing.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/theme.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/ui_standard.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/vite.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/engine.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/exceptions_map.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/__init__.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/codegen_fix.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/i18n_fix.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/imports_fix.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/structure_fix.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/theme_fix.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/models.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/config.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/discovery.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/exceptions.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/git.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/history.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/output.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/plugins.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/runner.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/py.typed +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/conftest.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_analyzers.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_api_check.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_api_health.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_cap.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_commands.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_compliance.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_config.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_doctor_ai_summary.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_exceptions.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_output.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_pipeline.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_runner.py +0 -0
- {kctl_react-0.10.4 → kctl_react-0.11.0}/tests/test_standard.py +0 -0
|
@@ -6,6 +6,8 @@ from typing import Annotated
|
|
|
6
6
|
|
|
7
7
|
import typer
|
|
8
8
|
|
|
9
|
+
import subprocess
|
|
10
|
+
|
|
9
11
|
from kctl_react.core.callbacks import AppContext
|
|
10
12
|
from kctl_react.core.discovery import get_app_dir
|
|
11
13
|
|
|
@@ -321,3 +323,60 @@ export function {name}({{ }}: {name}Props) {{
|
|
|
321
323
|
"""
|
|
322
324
|
comp_file.write_text(content)
|
|
323
325
|
out.success(f"Created {comp_file.relative_to(root)}")
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
@app.command("app")
|
|
329
|
+
def new_app(
|
|
330
|
+
ctx: typer.Context,
|
|
331
|
+
code: Annotated[str, typer.Argument(help="App code, lowercase slug (e.g. crm)")],
|
|
332
|
+
backend: Annotated[
|
|
333
|
+
str, typer.Option("--backend", help="odoo | supabase | fastapi")
|
|
334
|
+
] = "odoo",
|
|
335
|
+
port: Annotated[int, typer.Option("--port", help="Dev server port")] = 4020,
|
|
336
|
+
name: Annotated[str | None, typer.Option("--name", help='Full app name')] = None,
|
|
337
|
+
description: Annotated[str | None, typer.Option("--description")] = None,
|
|
338
|
+
icon: Annotated[
|
|
339
|
+
str, typer.Option("--icon", help="Name from the app-kit icon registry")
|
|
340
|
+
] = "home",
|
|
341
|
+
theme_color: Annotated[str, typer.Option("--theme-color")] = "#4f46e5",
|
|
342
|
+
addon: Annotated[str | None, typer.Option("--addon", help="Backend addon/service")] = None,
|
|
343
|
+
check: Annotated[
|
|
344
|
+
bool, typer.Option("--check", help="Verify an existing app against its backend")
|
|
345
|
+
] = False,
|
|
346
|
+
) -> None:
|
|
347
|
+
"""Scaffold a new SPA (or verify one) from the monorepo's app template.
|
|
348
|
+
|
|
349
|
+
Delegates to `scripts/new-app` in the repo being operated on. The templates
|
|
350
|
+
import `@kodemeio/app-kit` and must version alongside it, so they live in
|
|
351
|
+
that repo rather than here -- a template shipped with this CLI would drift
|
|
352
|
+
exactly the way `.claude/commands/new-app.md` did, naming `apps/wms` and
|
|
353
|
+
`apps/sfa` for months after both were renamed.
|
|
354
|
+
"""
|
|
355
|
+
actx: AppContext = ctx.obj
|
|
356
|
+
out = actx.output
|
|
357
|
+
root = actx.project_root
|
|
358
|
+
|
|
359
|
+
script = root / "scripts" / "new-app"
|
|
360
|
+
if not script.is_file():
|
|
361
|
+
out.error(
|
|
362
|
+
f"{script.relative_to(root)} not found. This command needs a repo whose "
|
|
363
|
+
"templates match the installed app-kit; run it from kodemeio-react."
|
|
364
|
+
)
|
|
365
|
+
raise typer.Exit(1)
|
|
366
|
+
|
|
367
|
+
cmd: list[str] = ["python3", str(script), code]
|
|
368
|
+
if check:
|
|
369
|
+
cmd.append("--check")
|
|
370
|
+
else:
|
|
371
|
+
cmd += ["--backend", backend, "--port", str(port), "--icon", icon,
|
|
372
|
+
"--theme-color", theme_color]
|
|
373
|
+
if name:
|
|
374
|
+
cmd += ["--name", name]
|
|
375
|
+
if description:
|
|
376
|
+
cmd += ["--description", description]
|
|
377
|
+
if addon:
|
|
378
|
+
cmd += ["--addon", addon]
|
|
379
|
+
|
|
380
|
+
result = subprocess.run(cmd, cwd=root)
|
|
381
|
+
if result.returncode != 0:
|
|
382
|
+
raise typer.Exit(result.returncode)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/__init__.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/__init__.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/endpoints.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/envelope.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/naming.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/params.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/requests.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_check/checks/types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/__init__.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/__init__.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/auth.py
RENAMED
|
File without changes
|
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/response.py
RENAMED
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/checks/timing.py
RENAMED
|
File without changes
|
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/api_health/sampler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/checks/ui_standard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kctl_react-0.10.4 → kctl_react-0.11.0}/src/kctl_react/core/compliance/fixes/structure_fix.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|