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

Replace instances of scorrect with typos #198

Merged
merged 1 commit into from
Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clog.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[clog]
repository = "https://github.com/crate-ci/scorrect"
repository = "https://github.com/crate-ci/typos"
changelog = "CHANGELOG.md"
from-latest-tag = true
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

#### Bug Fixes

* Ignore numbers as identifiers ([a00831c8](https://github.com/crate-ci/scorrect/commit/a00831c847b7efd81be520ea9b5d02f70555351f))
* Improve the organization of --help ([a48a457c](https://github.com/crate-ci/scorrect/commit/a48a457cc3ca817850118e2a2fb8b20fecdd40b8))
* Ignore numbers as identifiers ([a00831c8](https://github.com/crate-ci/typos/commit/a00831c847b7efd81be520ea9b5d02f70555351f))
* Improve the organization of --help ([a48a457c](https://github.com/crate-ci/typos/commit/a48a457cc3ca817850118e2a2fb8b20fecdd40b8))

#### Features

* Dump files, identifiers, and words ([ce365ae1](https://github.com/crate-ci/scorrect/commit/ce365ae12e12fddfb6fc42a7f1e5ea71834d6051), closes [#41](https://github.com/crate-ci/scorrect/issues/41))
* Give control over allowed identifier characters for leading vs rest ([107308a6](https://github.com/crate-ci/scorrect/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
* Dump files, identifiers, and words ([ce365ae1](https://github.com/crate-ci/typos/commit/ce365ae12e12fddfb6fc42a7f1e5ea71834d6051), closes [#41](https://github.com/crate-ci/typos/issues/41))
* Give control over allowed identifier characters for leading vs rest ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))

#### Performance

* Use standard identifier rules to avoid doing umber checks ([107308a6](https://github.com/crate-ci/scorrect/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/scorrect/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
* Use standard identifier rules to avoid doing umber checks ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))



2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 The assert_cli Developers
Copyright (c) 2019-2021 The typos Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down