1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

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:
Keith Smiley
2024-01-31 13:11:13 -08:00
committed by Andrew Gallant
parent 95979048c9
commit fe07bd7669

View File

@ -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"]),