Skip to content

Commit 5f06b75

Browse files
committed
chore: run pre-commit on all files
1 parent 20a5c3a commit 5f06b75

226 files changed

Lines changed: 1980 additions & 2480 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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

README.package.md

Lines changed: 0 additions & 1 deletion

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/cksum/src/cksum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
154154
// Set the default algorithm to CRC when not '--check'ing.
155155
let algo_kind = algo_cli.unwrap_or(AlgoKind::Crc);
156156

157-
let tag = !matches.get_flag(options::UNTAGGED); // Making TAG default at clap blocks --untagged
157+
let tag = !matches.get_flag(options::UNTAGGED); // Making TAG default at clap blocks --untagged
158158
let binary = matches.get_flag(options::BINARY);
159159

160160
let algo = SizedAlgoKind::from_unsized(algo_kind, length)?;

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

0 commit comments

Comments
 (0)