Merged
Conversation
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 6c5ddad | Previous: 251b1b7 | Ratio |
|---|---|---|---|
cpython |
0.050523683959999996 seconds (± 0.0016) |
0.05347724728000001 seconds (± 0.0061) |
0.94 |
airflow |
0.13999326476 seconds (± 0.0007) |
0.14346860308000003 seconds (± 0.0012) |
0.98 |
prefect |
0.05777704956 seconds (± 0.0007) |
0.05971564668000001 seconds (± 0.0009) |
0.97 |
ruff |
0.12406745416 seconds (± 0.0009) |
0.12667162428000003 seconds (± 0.0013) |
0.98 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## fix-relax #40 +/- ##
=============================================
+ Coverage 98.49% 98.62% +0.12%
=============================================
Files 19 21 +2
Lines 2791 2900 +109
=============================================
+ Hits 2749 2860 +111
+ Misses 42 40 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a new loq tighten command that ratchets exact‑path rules downward without ever increasing
limits, while still adding new violations and removing rules for compliant or deleted files.
Baseline remains “reset to current state,” and relax remains “add buffer.”
Behavior
Tighten updates rules only when files shrink, leaves grown files unchanged, removes rules when
files drop under the threshold, and adds rules for new violations. If loq.toml is missing, it’s
created with defaults and .loq_cache is added to .gitignore.