ignore/types: detect WORKSPACE.bzlmod for bazel file type
This file came alongside MODULE.bazel and I should have added it here previously. Closes #2726
This commit is contained in:
committed by
Andrew Gallant
parent
52115ab633
commit
7c004f224e
@@ -27,7 +27,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||||||
(&["bat", "batch"], &["*.bat"]),
|
(&["bat", "batch"], &["*.bat"]),
|
||||||
(&["bazel"], &[
|
(&["bazel"], &[
|
||||||
"*.bazel", "*.bzl", "*.BUILD", "*.bazelrc", "BUILD", "MODULE.bazel",
|
"*.bazel", "*.bzl", "*.BUILD", "*.bazelrc", "BUILD", "MODULE.bazel",
|
||||||
"WORKSPACE", "WORKSPACE.bazel",
|
"WORKSPACE", "WORKSPACE.bazel", "WORKSPACE.bzlmod",
|
||||||
]),
|
]),
|
||||||
(&["bitbake"], &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]),
|
(&["bitbake"], &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]),
|
||||||
(&["brotli"], &["*.br"]),
|
(&["brotli"], &["*.br"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user