From 51420f6954d702cd4a8d9ee9ad3b4cdcbbd498d2 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sat, 15 Nov 2025 11:03:23 +0000 Subject: [PATCH] Removes accidental commits --- nvim/.config/nvim/lua/plugins/query editor | 14 -------------- nvim/.config/nvim/lua/plugins/test.md | 17 ----------------- 2 files changed, 31 deletions(-) delete mode 100644 nvim/.config/nvim/lua/plugins/query editor delete mode 100644 nvim/.config/nvim/lua/plugins/test.md diff --git a/nvim/.config/nvim/lua/plugins/query editor b/nvim/.config/nvim/lua/plugins/query editor deleted file mode 100644 index 2a6d3b37..00000000 --- a/nvim/.config/nvim/lua/plugins/query editor +++ /dev/null @@ -1,14 +0,0 @@ -reduce .findings[] as $finding( []; . + [ -if $finding | has("subIssues") then - $finding.subIssues[] | if . | has("shortSubIssues") then - (.shortSubIssues[] | {title: .title, impact: .impact, likelihood: .likelihood}) - else - {title: .title, impact: .impact, likelihood: .likelihood} - end -elif $finding | has("shortSubIssues") then - ($finding.shortSubIssues[] | {title: .title, impact: .impact, likelihood: .likelihood}) -else - {title: $finding.title, impact: $finding.impact, likelihood: $finding.likelihood} -end] ) | - group_by(.likelihood) | map({(.[0].likelihood): .}) | add | - map_values(. | group_by(.impact) | map({(.[0].impact): (. | length)}) | add) diff --git a/nvim/.config/nvim/lua/plugins/test.md b/nvim/.config/nvim/lua/plugins/test.md deleted file mode 100644 index b534ec32..00000000 --- a/nvim/.config/nvim/lua/plugins/test.md +++ /dev/null @@ -1,17 +0,0 @@ - -:::indent - -#### Something (\High,\Low) - -some description - -##### Technical Details - -something - -##### Recommendation - -something - -::: -something