Skip to content

chore: resolve remaining repository checker findings - #1208

Merged
DutchmanNL merged 1 commit into
mainfrom
chore/checker-wave2
Aug 24, 2026
Merged

chore: resolve remaining repository checker findings#1208
DutchmanNL merged 1 commit into
mainfrom
chore/checker-wave2

Conversation

@DutchmanNL

Copy link
Copy Markdown
Collaborator

Second-wave cleanup for the repository checker issue #1197 (checker 5.20.13, scanned against commit 0f39926).

The checker reports no errors for this repo. This PR clears the one actionable warning.

Fixed

  • W9008.DS_Store was tracked in git while also being covered by .gitignore. Removed it from the index (git rm --cached .DS_Store); the ignore rule stays so it will not come back.

Leftovers (deliberately not changed)

  • W3009 – "missing recommended concurrency configuration" in test-and-release.yml. Our concurrency: block deliberately differs from the upstream example so that release/tag runs are not cancelled by newer pushes. Accepted, documented deviation.
  • S4047 – "not yet available in the stable repository". This is an ioBroker repository-list action (a PR against ioBroker.repositories), not a code change, and is an owner decision.

Local verification

  • npm install --no-audit --no-fund – ok
  • npm run lint – pass (no findings)
  • npm run test:package – pass (58 passing)
  • npm run test:integration – pass (adapter starts and terminates cleanly)

🤖 Generated with Claude Code

- W9008: remove the tracked .DS_Store file from the repository; it is
  already covered by .gitignore and should never have been committed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@DutchmanNL
DutchmanNL merged commit 7d36c63 into main Aug 24, 2026
9 checks passed
@DutchmanNL
DutchmanNL deleted the chore/checker-wave2 branch August 24, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant