From c8d291e693000faa18ba8c39a53c5ba0a3b4d497 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sun, 3 Mar 2024 16:15:54 +0000 Subject: [PATCH 1/3] [bot] synced local '.cljstyle' with remote 'sources/clojure/.cljstyle' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .cljstyle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cljstyle b/.cljstyle index 9c32ac9..910e1da 100644 --- a/.cljstyle +++ b/.cljstyle @@ -1,2 +1,3 @@ -{:files {:extensions #{"clj" "cljs" "cljc" "cljx" "edn"}} +{:files {:extensions #{"clj" "cljs" "cljc" "cljx" "edn"} + :ignore #{"target" ".git" ".idea" ".vscode" "node_modules"}} :rules {:namespaces {:enabled? false}}} From 366586ed74e4885c0169f18052c3b9630d926117 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sun, 3 Mar 2024 16:15:54 +0000 Subject: [PATCH 2/3] [bot] synced local '.sealog/config.edn' with remote 'sources/clojure/sealog/config.edn' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .sealog/config.edn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.sealog/config.edn b/.sealog/config.edn index cad0201..6a2fb61 100644 --- a/.sealog/config.edn +++ b/.sealog/config.edn @@ -1,3 +1,4 @@ {:changelog-filename "CHANGELOG.md" :changelog-entry-directory ".sealog/changes/" - :version-scheme :semver3} + :version-scheme :semver3 + :pretty-print-edn? true} From 98bbe0439d6bb95ce90f27b9a28d0d76e1f8e243 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sun, 3 Mar 2024 16:15:54 +0000 Subject: [PATCH 3/3] [bot] synced local '.github/workflows/lint.yml' with remote 'sources/github-actions/workflows/lint.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fbf747c..13bd63b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,8 @@ jobs: reporter: github-pr-review level: error filter_mode: file + ignore: "litre,millilitre,litres,millilitres" + # Brewing applications support both US and non-US English clj-kondo: runs-on: ubuntu-latest