Skip to content

Commit

Permalink
[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#224)
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 '.github/labeler.yml' with remote 'sources/github-actions/labeler.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot authored Oct 13, 2024
1 parent d59c132 commit 920c201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cljstyle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:files {:extensions #{"clj" "cljs" "cljc" "cljx" "edn"}
:ignore #{"target" ".git" ".idea" ".vscode" "node_modules" ".clj-kondo" ".calva" ".lsp"}}
{:files {:extensions #{"clj" "cljc" "cljs" "cljx" "edn"}
:ignore #{".calva" ".clj-kondo" ".git" ".idea" ".lsp" ".vscode" "node_modules" "target"}}
:rules {:namespaces {:enabled? false}
:indentation {:indents {#"defspec" [[:inner 0]]
#"defstate" [[:inner 0]]
Expand Down
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
restricted:
- changed-files:
- any-glob-to-any-file: ['LICENSE', 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', 'CODEOWNERS', '.github/**/*', '.cljstyle', 'SECURITY.md', '.clj-kondo/**/*', '.gitignore', '.bouncer/**/*']
- any-glob-to-any-file: ['LICENSE', 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', '.github/**/*', '.cljstyle', 'SECURITY.md', '.clj-kondo/**/*', '.gitignore', '.wallbrew/bouncer/**/*']

dotfiles:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', '.cljstyle', '.clj-kondo/**/*' , '.gitignore', '.bouncer/**/*', '.sealog/**/*']
- any-glob-to-any-file: ['.github/**/*', '.cljstyle', '.clj-kondo/**/*' , '.gitignore', '.wallbrew/**/*']

documentation:
- changed-files:
- any-glob-to-any-file: ['docs/**/*', 'doc/**/*', '.sealog/**/*', '**/*.md']
- any-glob-to-any-file: ['docs/**/*', 'doc/**/*', '.wallbrew/sealog/**/*', '**/*.md']

source code:
- changed-files:
Expand All @@ -20,7 +20,7 @@ test code:

tooling:
- changed-files:
- any-glob-to-any-file: ['deps.edn', 'Makefile', 'bin/**/*', '**/*.sh', '.bouncer/**/*']
- any-glob-to-any-file: ['deps.edn', 'Makefile', 'bin/**/*', '**/*.sh', '.wallbrew/bouncer/**/*']

clojure:
- changed-files:
Expand Down

0 comments on commit 920c201

Please sign in to comment.