refactor(config): update glob pattern to use exclude syntax
This commit is contained in:
4
hk.pkl
4
hk.pkl
@@ -1,8 +1,8 @@
|
|||||||
amends "package://github.com/jdx/hk/releases/download/v1.36.0/hk@1.36.0#/Config.pkl"
|
amends "package://github.com/jdx/hk/releases/download/v1.36.0/hk@1.36.0#/Config.pkl"
|
||||||
import "package://github.com/jdx/hk/releases/download/v1.36.0/hk@1.36.0#/Builtins.pkl"
|
import "package://github.com/jdx/hk/releases/download/v1.36.0/hk@1.36.0#/Builtins.pkl"
|
||||||
|
|
||||||
// Only process files in sketches/ directory (excluding vendor/)
|
// Only process files in sketches/ (excluding vendor/)
|
||||||
glob = List("sketches/**", "!sketches/**/vendor/**")
|
exclude = List("**", "!sketches/**", "sketches/**/vendor/**")
|
||||||
|
|
||||||
local linters = new Mapping<String, Step> {
|
local linters = new Mapping<String, Step> {
|
||||||
["format"] = Builtins.clang_format
|
["format"] = Builtins.clang_format
|
||||||
|
|||||||
Reference in New Issue
Block a user