Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for spelling_failures (0.36 sec)

  1. hack/.spelling_failures

    Jordan Liggitt <******@****.***> 1674925012 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 01 21:34:23 UTC 2023
    - 58 bytes
    - Viewed (0)
  2. bin/.spelling_failures

    Stewart-YU <******@****.***> 1536342702 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 07 17:51:42 UTC 2018
    - 15 bytes
    - Viewed (0)
  3. hack/verify-spelling.sh

    PATH="${GOBIN}:${PATH}"
    
    # Install tools we need
    go -C "${KUBE_ROOT}/hack/tools" install github.com/client9/misspell/cmd/misspell
    
    # Spell checking
    # All the skipping files are defined in hack/.spelling_failures
    skipping_file="${KUBE_ROOT}/hack/.spelling_failures"
    failing_packages=$(sed "s| | -e |g" "${skipping_file}")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top