diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4ccb92267b7..a3e1a194c01 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -631,7 +631,7 @@ jobs: ${{ steps.vars.outputs.CARGO_CMD }} ${{ steps.vars.outputs.CARGO_CMD_OPTIONS }} build --release --config=profile.release.strip=true \ --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} ${{ steps.vars.outputs.CARGO_DEFAULT_FEATURES_OPTION }} # We don't want to have many duplicated long jobs at here - # So we build individual binaries for few platforms until we deduplicate many release build for Linux + # So we build individual binaries for few platforms until we deduplicate many release build for Linux - name: Build individual binaries if: matrix.job.skip-tests != true && matrix.job.target == 'x86_64-pc-windows-msvc' shell: bash diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd857250175..9abeb5ca476 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks +exclude: ^tests/fixtures/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 @@ -56,3 +57,6 @@ repos: entry: bash -c 'if command -v cspell >/dev/null 2>&1; then cspell --no-must-find-files -- "$@"; else echo "cspell not found, skipping spell check"; exit 0; fi' -- pass_filenames: true language: system + +ci: + skip: [rust-linting, rust-clippy, cargo-lock-check, cspell] diff --git a/src/uu/date/locales/fr-FR.ftl b/src/uu/date/locales/fr-FR.ftl index cf827246634..3c09d4164d1 100644 --- a/src/uu/date/locales/fr-FR.ftl +++ b/src/uu/date/locales/fr-FR.ftl @@ -102,5 +102,5 @@ date-error-cannot-set-date = impossible de définir la date date-error-extra-operand = opérande supplémentaire '{$operand}' date-error-write = erreur d'écriture: {$error} date-error-format-missing-plus = l'argument {$arg} ne commence pas par un signe '+'; - lorsqu'une option est utilisée pour spécifier une ou plusieurs dates, tout argument autre + lorsqu'une option est utilisée pour spécifier une ou plusieurs dates, tout argument autre qu'une option doit être une chaîne de format commençant par un signe '+'.