Skip to content

Commit 9ad3108

Browse files
committed
chore: run pre-commit on all files
1 parent d2bd2d3 commit 9ad3108

33 files changed

Lines changed: 165 additions & 172 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-

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-added-large-files
88
- id: check-executables-have-shebangs
99
- id: check-json
10-
exclude: '.vscode/cSpell\.json' # cSpell.json uses comments
10+
exclude: '\.vscode/(cSpell|extensions)\.json' # cSpell.json and extensions.json use comments
1111
- id: check-shebang-scripts-are-executable
1212
exclude: '.+\.rs' # would be triggered by #![some_attribute]
1313
- id: check-symlinks

.vscode/extensions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// spell-checker:ignore (misc) matklad foxundermoon
1+
// spell-checker:ignore (misc) foxundermoon
22
// see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
33
// *
44
// "foxundermoon.shell-format" ~ shell script formatting ; note: ENABLE "Use EditorConfig"
5-
// "matklad.rust-analyzer" ~ `rust` language support
5+
// "rust-lang.rust-analyzer" ~ `rust` language support
66
// "streetsidesoftware.code-spell-checker" ~ `cspell` spell-checker support
77
{
88
"recommendations": [

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-

0 commit comments

Comments
 (0)