Skip to content

Fix gradle filter type#149

Merged
omeritzics merged 2 commits intomainfrom
fix-gradle-filter-type
Feb 15, 2026
Merged

Fix gradle filter type#149
omeritzics merged 2 commits intomainfrom
fix-gradle-filter-type

Conversation

@omeritzics
Copy link
Owner

@omeritzics omeritzics commented Feb 15, 2026

PR Type

Enhancement


Description

  • Remove dart format step from CI/CD workflows

  • Simplify automated code quality pipeline

  • Reduce workflow execution time across three workflows


Diagram Walkthrough

flowchart LR
  A["CI/CD Workflows"] -->|Remove| B["dart format step"]
  A -->|Keep| C["dart fix --apply"]
  A -->|Keep| D["git-auto-commit-action"]
Loading

File Walkthrough

Relevant files
Configuration changes
ci.yml
Remove dart format step from CI workflow                                 

.github/workflows/ci.yml

  • Removed dart format . step from the workflow
  • Kept dart fix --apply for linting fixes
  • Simplified the automated code quality pipeline
+0/-3     
nightly.yml
Remove dart format step from nightly workflow                       

.github/workflows/nightly.yml

  • Removed dart format . step from the workflow
  • Kept dart fix --apply for linting fixes
  • Maintained git-auto-commit action for changes
+0/-3     
release.yml
Remove dart format step from release workflow                       

.github/workflows/release.yml

  • Removed dart format . step from the workflow
  • Kept dart fix --apply for linting fixes
  • Preserved automated commit functionality
+0/-3     

@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@omeritzics omeritzics merged commit bb5418f into main Feb 15, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant