mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
8 lines
264 B
TOML
8 lines
264 B
TOML
[lint]
|
|
ignore = [
|
|
# Some of our scripts are run through `nix-shell` as an interpreter, which
|
|
# requires a second `#!nix-shell ...` line right after the shebang.
|
|
# See https://nix.dev/manual/nix/latest/command-ref/nix-shell#use-as-a-interpreter
|
|
"EXE005",
|
|
]
|