Skip to content

feat: add --require-license strict mode flag #14

feat: add --require-license strict mode flag

feat: add --require-license strict mode flag #14

Triggered via pull request June 29, 2026 08:57
Status Success
Total duration 15s
Artifacts

auto-code-review.yml

on: pull_request
code-review  /  Automated code review
11s
code-review / Automated code review
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
ruff (B008): src/configdrift/cli.py#L252
src/configdrift/cli.py:252:28: B008 Do not perform function call `typer.Option` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
ruff (I001): src/configdrift/cli.py#L3
src/configdrift/cli.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (B008): src/configdrift/cli.py#L252
src/configdrift/cli.py:252:28: B008 Do not perform function call `typer.Option` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
ruff (I001): src/configdrift/cli.py#L3
src/configdrift/cli.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
code-review / Automated code review
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/github-script@v7, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/