Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix typos using typos #6158

Merged
merged 6 commits into from
Jun 30, 2023
Merged

fix: fix typos using typos #6158

merged 6 commits into from
Jun 30, 2023

Commits on Jun 28, 2023

  1. fix: fix typo using typos

    https://github.com/crate-ci/typos
    
    ```console
    $ typos --version
    typos-cli 1.15.7
    ```
    
    _typos.toml
    
    ```toml
    [default.extend-words]
    servantes = "servantes"
    Servantes = "Servantes"
    O_WRONLY = "O_WRONLY"
    WRONLY = "WRONLY"
    whosAGoodBoy = "whosAGoodBoy"
    supercede = "supercede"
    dne = "dne"
    Anser = "Anser"
    
    [default.extend-identifiers]
    whosAGoodBoy = "whosAGoodBoy"
    whosAGoodCat = "whosAGoodCat"
    KubernetesApplys = "KubernetesApplys"
    KubernetesDiscoverys = "KubernetesDiscoverys"
    ANDed = "ANDed"
    TestEncodeYAMLNonYAMLable = "TestEncodeYAMLNonYAMLable"
    
    [files]
    extend-exclude = ["vendor/*", "pkg/apis/core/v1alpha1/generated.pb.go", "pkg/snapshot/testdata/snapshot.json", "pkg/snapshot/testdata/snapshot_new.json", "internal/hud/webview/testdata/snapshot.json", "pkg/apis/core/v1alpha1/generated.proto"]
    ```
    
    ```console
    $ typos --no-check-filenames -w
    ```
    
    Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
    suzuki-shunsuke committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    60a7469 View commit details
    Browse the repository at this point in the history
  2. fix: fix a typo "intance" to "instance"

    Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
    suzuki-shunsuke committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b48b261 View commit details
    Browse the repository at this point in the history
  3. fix: fix typo "exected" to "expected"

    Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
    suzuki-shunsuke committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fb06417 View commit details
    Browse the repository at this point in the history
  4. style: format code

    Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
    suzuki-shunsuke committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0c46550 View commit details
    Browse the repository at this point in the history
  5. test: fix a test

    Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
    suzuki-shunsuke committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    770adba View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. fix: revert the change

    https://github.com/tilt-dev/tilt/pull/6158/files#r1246768000
    
    > i think this one needs to be reverted, because the typo is upstream (that's why it's marked sic)
    
    Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
    suzuki-shunsuke committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f800b65 View commit details
    Browse the repository at this point in the history