Post-autocorrect repo-wide lint residue report #375
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#375
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#368
What to build
A post-autocorrect offense census commented onto #368: what remains per plugin, and whether any remaining Lint/Syntax offenses are real syntax errors versus files that still should not be linted. The remaining debt becomes known rather than assumed.
Acceptance criteria
Blocked by
Started: post-autocorrect lint residue census.
Repo-wide rubocop census (total=606, unsafe-correctable=280):
root: 75 (61 unsafe) - Style/StringLiterals,FrozenStringLiteralComment,Documentation
cc-architect: 100 (62 unsafe) - Minitest/EmptyLineBeforeAssertion,Sdlc/Dry/DuplicatedStatementSeq
os-adr: 109 (50 unsafe) - FrozenStringLiteralComment,MutableConstant,AbcSize
os-aidd-lint: 238 (66 unsafe) - MethodLength,FrozenStringLiteralComment,Documentation
os-backlog: 9 (0 unsafe) - MethodLength,ClassLength
os-context: 7 (1 unsafe) - FormatStringToken
os-sdlc: 23 (0 unsafe) - MethodLength,LineLength,ClassLength
os-vault: 43 (40 unsafe) - StringLiterals
tests: 2 (0 unsafe) - Lint/Syntax x2
Lint/Syntax: 11 total, all confirmed parser misparses (ruby -c clean on all 4 files) - no real syntax errors. Files: plugins/os-adr/lib/adr/{migration_report,record,repository}.rb (9 offenses), tests/trim_status_table_test.rb (2). Cause: root rubocop config lacks TargetRubyVersion, already ticketed as #379.
Resolution
Done: Posted post-autocorrect repo-wide lint census on #368: 606 total offenses, 280 unsafe-correctable, per-plugin breakdown; all 11 remaining Lint/Syntax confirmed parser misparses via ruby -c (no real syntax errors)
Evidence: Two census comments on #368; misparse root cause already tracked as #379
Follow-ups: #384 autocorrect pass for cc-architect/root/os-vault (blocked by #379); unsafe-only review already ticketed as #383