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

[Enhance] Add code-spell pre-commit hook and fix a typo. #6306

Merged
merged 6 commits into from
Oct 18, 2021

Conversation

AronLin
Copy link
Contributor

@AronLin AronLin commented Oct 18, 2021

Motivation

This is a follow-up to #6099. This hook can check all typos in the code, it can help us to avoid typos.
In this PR, I also dealt with the typos and add ignore words list.

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #6306 (52c9d0d) into master (78e3ec8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6306   +/-   ##
=======================================
  Coverage   61.82%   61.82%           
=======================================
  Files         315      315           
  Lines       25163    25163           
  Branches     4185     4185           
=======================================
  Hits        15557    15557           
  Misses       8797     8797           
  Partials      809      809           
Flag Coverage Δ
unittests 61.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78e3ec8...52c9d0d. Read the comment docs.

@ZwwWayne ZwwWayne merged commit c1302d5 into open-mmlab:master Oct 18, 2021
@AronLin AronLin deleted the precommit branch October 20, 2021 03:25
ZwwWayne pushed a commit to ZwwWayne/mmdetection that referenced this pull request Jul 19, 2022
…6306)

* pre-commit: Add codespell to look for typos

* fixup! Indentation

* Fix a typo and add ignore_words

* Fix a typo

* Should use lowercase

Co-authored-by: Christian Clauss <cclauss@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants