Skip to content

Commit df6cafe

Browse files
jwalshclaude
andcommitted
chore: add rewrite-clj 1.2.53, remove broken CodeGuru workflow
Add rewrite-clj to project.clj for Clojure source analysis tooling. All 8 source files parse clean with rewrite-clj. Remove .github/workflows/main.yml — CodeGuru Security workflow had a malformed IAM ARN and no OIDC provider configured; has never passed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 096538b commit df6cafe

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
[com.cognitect.aws/dynamodb "848.2.1413.0"]
2323
;; [com.cognitect.aws/opensearch "848.2.1413.0"]
2424
[org.clojure/data.json "2.4.0"]
25-
[clj-http "3.12.3"]]
25+
[clj-http "3.12.3"]
26+
[rewrite-clj "1.2.53"]]
2627
:main ^:skip-aot aif-c01.core
2728
:target-path "target/%s"
2829
:plugins [[lein-cljfmt "0.9.2"]

0 commit comments

Comments
 (0)