Letter 'i' from #436#483
Conversation
Codecov Report
@@ Coverage Diff @@
## master #483 +/- ##
=======================================
Coverage 88.77% 88.77%
=======================================
Files 3 3
Lines 704 704
Branches 100 100
=======================================
Hits 625 625
Misses 60 60
Partials 19 19Continue to review full report at Codecov.
|
codespell_lib/data/dictionary.txt
Outdated
| inacccessible->inaccessible | ||
| inaccesible->inaccessible | ||
| inaccessable->inaccessible | ||
| inactivate->inactive |
There was a problem hiding this comment.
This one is an acceptable verb, so it should stay the first suggestion. You can also suggest "deactivate".
codespell_lib/data/dictionary.txt
Outdated
| inconsisten->inconsistent | ||
| inconsistenly->inconsistently | ||
| inconsitent->inconsistent | ||
| inconstent->inconsistent |
codespell_lib/data/dictionary.txt
Outdated
| initation->initiation | ||
| initators->initiators | ||
| initiaitive->initiative | ||
| initiales->initialize, initializes |
codespell_lib/data/dictionary.txt
Outdated
| innacurate->inaccurate | ||
| innacurately->inaccurately | ||
| inneffectual->ineffectual | ||
| innitialize->initializes |
codespell_lib/data/dictionary.txt
Outdated
| invisiable->invisible | ||
| invlaid->invalid | ||
| invlisible->invisible | ||
| invokable->invocable |
codespell_lib/data/dictionary.txt
Outdated
| implementatition->implementation | ||
| implementatoins->implementations | ||
| implementatoion->implementation | ||
| implemente->implement |
There was a problem hiding this comment.
@larsoner please clarify what you mean, thanks.
Continuing to separate ~codespell-project#428~ codespell-project#436 in to separate PRs for each letter. Also removed/corrected some entries that were not relevant/precise and augmented others. This PR has been sorted as well.
|
Rebased and ready for merge |
codespell_lib/data/dictionary.txt
Outdated
| initialsed->initialized | ||
| initialses->initializes | ||
| initializong->initializing | ||
| initialse->initialize, initialize, |
There was a problem hiding this comment.
did you mean initialise for the second one?
https://travis-ci.org/lucasdemarchi/codespell/jobs/376840463
codespell_lib/data/dictionary.txt
Outdated
| initiliase->initialise, initialize, | ||
| initiliased->initialised, initialized, | ||
| initiliases->initialises, initializes, | ||
| initiliasing->initialising, initialising, |
There was a problem hiding this comment.
codespell_lib/data/dictionary.txt
Outdated
| initilise->initialise, initialize, | ||
| initilised->initialised, initialized, | ||
| initilises->initialises, initializes, | ||
| initilising->initialising, initialising, |
codespell_lib/data/dictionary.txt
Outdated
| insurence->insurance | ||
| intaces->instance | ||
| intall->install | ||
| intance->instance |
There was a problem hiding this comment.
intance already exists
https://travis-ci.org/lucasdemarchi/codespell/jobs/376870882#L670
It's probably worth running pytest codespell_lib locally so you don't have to wait for Travis to give this feedback
There was a problem hiding this comment.
how do I run pytest codespell_lib ?
bash: pytest: command not found
There was a problem hiding this comment.
you need to install the pytest and pytest-cov Python packages
Continuing to separate
#428#436 in to separate PRs for each letter. Also removed/corrected some entries that were not relevant/precise and augmented others. This PR has been sorted as well.