mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
shellcheck fix: tests/functional/formatter.simple.sh
This commit is contained in:
parent
f596c9b8c3
commit
08a82f4682
2 changed files with 1 additions and 2 deletions
|
|
@ -106,8 +106,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [
|
excludes = [
|
||||||
# We haven't linted these files yet
|
# We haven't linted these files yet
|
||||||
''^tests/functional/formatter\.sh$''
|
|
||||||
''^tests/functional/formatter\.simple\.sh$''
|
|
||||||
''^tests/functional/gc-auto\.sh$''
|
''^tests/functional/gc-auto\.sh$''
|
||||||
''^tests/functional/gc-concurrent\.builder\.sh$''
|
''^tests/functional/gc-concurrent\.builder\.sh$''
|
||||||
''^tests/functional/gc-concurrent\.sh$''
|
''^tests/functional/gc-concurrent\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ nix fmt --help | grep "reformat your code"
|
||||||
nix fmt run --help | grep "reformat your code"
|
nix fmt run --help | grep "reformat your code"
|
||||||
nix fmt build --help | grep "build"
|
nix fmt build --help | grep "build"
|
||||||
|
|
||||||
|
# shellcheck disable=SC2154
|
||||||
cat << EOF > flake.nix
|
cat << EOF > flake.nix
|
||||||
{
|
{
|
||||||
outputs = _: {
|
outputs = _: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue