Skip to content

Commit

Permalink
[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#133)
Browse files Browse the repository at this point in the history
* [bot] synced local '.cljstyle' with remote 'sources/clojure/.cljstyle'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast

* [bot] synced local '.sealog/config.edn' with remote 'sources/clojure/sealog/config.edn'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast

* [bot] synced local '.github/workflows/lint.yml' with remote 'sources/github-actions/workflows/lint.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot committed Mar 3, 2024
1 parent b41be88 commit 9be17ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cljstyle
Original file line number Diff line number Diff line change
@@ -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}}}
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .sealog/config.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{:changelog-filename "CHANGELOG.md"
:changelog-entry-directory ".sealog/changes/"
:version-scheme :semver3}
:version-scheme :semver3
:pretty-print-edn? true}

0 comments on commit 9be17ba

Please sign in to comment.