diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:09 +0900 |
commit | 28cff80652f31d72807493487e92f32fe81648bd (patch) | |
tree | 2714193a64bd5e075c2f2ea0d11c1f655a144bd4 /test/handler | |
parent | e4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff) | |
download | ale-28cff80652f31d72807493487e92f32fe81648bd.zip |
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'test/handler')
-rw-r--r-- | test/handler/test_ansible_lint_handler.vader | 2 | ||||
-rw-r--r-- | test/handler/test_atools_handler.vader | 2 | ||||
-rw-r--r-- | test/handler/test_checkmake_handler.vader | 2 | ||||
-rw-r--r-- | test/handler/test_ghc_handler.vader | 6 | ||||
-rw-r--r-- | test/handler/test_openscad_handler.vader | 2 | ||||
-rw-r--r-- | test/handler/test_tfsec_handler.vader | 2 | ||||
-rw-r--r-- | test/handler/test_tslint_handler.vader | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/test/handler/test_ansible_lint_handler.vader b/test/handler/test_ansible_lint_handler.vader index 28dbba30..e1a2ccbb 100644 --- a/test/handler/test_ansible_lint_handler.vader +++ b/test/handler/test_ansible_lint_handler.vader @@ -23,7 +23,7 @@ Execute(The ansible-lint handler for version group <5 should handle basic errors \ fnamemodify(tempname(), ':h') . '/test_playbook.yml:35: [EANSIBLE0002] Trailing whitespace', \ ]) -Execute(The ansible-lint handler for version group <5 should supress trailing whitespace output when the option is used): +Execute(The ansible-lint handler for version group <5 should suppress trailing whitespace output when the option is used): let b:ale_warn_about_trailing_whitespace = 0 AssertEqual diff --git a/test/handler/test_atools_handler.vader b/test/handler/test_atools_handler.vader index 1bb9ca00..3c226722 100644 --- a/test/handler/test_atools_handler.vader +++ b/test/handler/test_atools_handler.vader @@ -26,7 +26,7 @@ Execute(The atools handler should handle basic errors or warings): \ ]) " Regardless of the severity, if the certainty is [P]ossible and not [C]ertain -" or if regardless of the Certainity the Severity is not [I]mportant or [S]erious +" or if regardless of the Certainty the Severity is not [I]mportant or [S]erious " then it must be a [W]arning Execute(If we are not Certain or Importantly Serious, be a Warning): AssertEqual diff --git a/test/handler/test_checkmake_handler.vader b/test/handler/test_checkmake_handler.vader index e2e18425..f1efb23e 100644 --- a/test/handler/test_checkmake_handler.vader +++ b/test/handler/test_checkmake_handler.vader @@ -18,6 +18,6 @@ Execute(Parsing checkmake errors should work): \ } \ ], \ ale_linters#make#checkmake#Handle(42, [ - \ 'This shouldnt match', + \ "This shouldn't match", \ '1:woops:an error has occurred', \ ]) diff --git a/test/handler/test_ghc_handler.vader b/test/handler/test_ghc_handler.vader index 70246ed1..feaa51fc 100644 --- a/test/handler/test_ghc_handler.vader +++ b/test/handler/test_ghc_handler.vader @@ -7,16 +7,16 @@ Execute(The ghc handler should handle hdevtools output): \ 'lnum': 147, \ 'type': 'W', \ 'col': 62, - \ 'text': '• Couldnt match type ‘a -> T.Text’ with ‘T.Text’ Expected type: [T.Text]', + \ 'text': "• Couldn't match type ‘a -> T.Text’ with ‘T.Text’ Expected type: [T.Text]", \ 'detail': join([ - \ '• Couldnt match type ‘a -> T.Text’ with ‘T.Text’', + \ "• Couldn't match type ‘a -> T.Text’ with ‘T.Text’", \ ' Expected type: [T.Text]', \ ], "\n"), \ }, \ ], \ ale#handlers#haskell#HandleGHCFormat(bufnr(''), [ \ 'foo.hs:147:62: warning:', - \ '• Couldnt match type ‘a -> T.Text’ with ‘T.Text’', + \ "• Couldn't match type ‘a -> T.Text’ with ‘T.Text’", \ ' Expected type: [T.Text]', \ ]) diff --git a/test/handler/test_openscad_handler.vader b/test/handler/test_openscad_handler.vader index 36071cc7..aaecc588 100644 --- a/test/handler/test_openscad_handler.vader +++ b/test/handler/test_openscad_handler.vader @@ -63,7 +63,7 @@ Execute(The openscad handler should handle sca2d output): \ ' - * HASH', \ ' - * INTERSECTION_FOR', \ ' - ', - \ 'If you belive this is a bug in SCA2D please report it to us.', + \ 'If you believe this is a bug in SCA2D please report it to us.', \ '', \ '', \ 'SCA2D message summary', diff --git a/test/handler/test_tfsec_handler.vader b/test/handler/test_tfsec_handler.vader index bf64b8fb..f6566986 100644 --- a/test/handler/test_tfsec_handler.vader +++ b/test/handler/test_tfsec_handler.vader @@ -4,7 +4,7 @@ Before: After: call ale#linter#Reset() -Execute(The tfsec handler should handle empty outout): +Execute(The tfsec handler should handle empty output): AssertEqual \ [], \ ale_linters#terraform#tfsec#Handle(bufnr(''), ['{"results": null}']) diff --git a/test/handler/test_tslint_handler.vader b/test/handler/test_tslint_handler.vader index 32036edf..3653e776 100644 --- a/test/handler/test_tslint_handler.vader +++ b/test/handler/test_tslint_handler.vader @@ -285,7 +285,7 @@ Execute(The tslint handler should not report no-implicit-dependencies errors): \ }])]) Execute(The tslint handler should set filename keys for temporary files): - " The temporay filename below is hacked into being a relative path so we can + " The temporary filename below is hacked into being a relative path so we can " test that we resolve the temporary filename first. let b:relative_to_root = substitute(expand('%:p'), '\v[^/\\]*([/\\])[^/\\]*', '../', 'g') let b:tempname_suffix = substitute(tempname(), '^\v([A-Z]:)?[/\\]', '', '') |