Skip to content

Commit 41817f8

Browse files
committed
chore: run pre-commit on all files
1 parent 786a33d commit 41817f8

31 files changed

Lines changed: 162 additions & 169 deletions

.github/workflows/GnuComment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
issue_number: issue_number,
6060
body: 'GNU testsuite comparison:\n```\n' + content + '```'
6161
});
62-
}
62+
}

.markdownlint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ MD013: false
33
# Disable 'Fenced code blocks should have a language specified'
44
# Doesn't provide much in src/ to enforce it
55
MD040: false
6-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ cargo build --release --features windows
119119
cargo build --release --features unix
120120
```
121121

122-
To build SELinux-specific features, including `chcon` and `runcon`, ensure that `libselinux`
122+
To build SELinux-specific features, including `chcon` and `runcon`, ensure that `libselinux`
123123
and `libclang` are installed on your system. Then, run the following command:
124124
```
125125
cargo build --release --features unix,feat_selinux

README.package.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ uutils coreutils is a cross-platform reimplementation of the GNU coreutils in
2828
[Rust](http://www.rust-lang.org).
2929

3030
This package does not have its specific `README.md`.
31-

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ book
22
src/utils
33
src/SUMMARY.md
44
src/platform_table.md
5-
tldr.zip
5+
tldr.zip

docs/compiles_table.py

100644100755
File mode changed.

docs/src/test_coverage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
}
4444
.counts {
4545
margin-right: 10px;
46-
}
46+
}

src/uu/dirname/locales/fr-FR.ftl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ dirname-after-help = Afficher chaque NOM avec son dernier composant non-slash et
44
supprimés ; si NOM ne contient pas de '/', afficher '.' (signifiant le répertoire courant).
55
dirname-missing-operand = opérande manquant
66
dirname-zero-help = séparer la sortie avec NUL plutôt qu'avec un saut de ligne
7-

src/uu/rm/BENCHMARKING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ With Cargo Flamegraph you can easily make a flamegraph of `rm`:
5858
```shell
5959
cargo flamegraph --cmd coreutils -- rm [additional parameters]
6060
```
61-

src/uu/sleep/locales/fr-FR.ftl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ sleep-error-missing-operand = opérande manquant
1212
1313
# Messages d'aide
1414
sleep-help-number = faire une pause de NOMBRE secondes
15-

0 commit comments

Comments
 (0)