Commit graph

1958 commits

Author SHA1 Message Date
dependabot-preview[bot]
c3352185cf chore(deps): bump anyhow from 1.0.27 to 1.0.28
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.27 to 1.0.28.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.27...1.0.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-04 20:52:46 -05:00
Ed Page
8a619e7e39 fix: Improve accuracy of col_num field name 2020-07-04 20:52:46 -05:00
Ed Page
7c41be2c1a feat: Track path's column 2020-07-04 20:52:46 -05:00
Ed Page
f94c8c008f fix: Make reports name clearer 2020-07-04 20:52:46 -05:00
Ed Page
54aaffed49 fix: Only check filename, not parent dirs 2020-07-04 20:52:46 -05:00
Ed Page
94ee49b068 refactor: Re-order main 2020-07-04 20:52:46 -05:00
Ed Page
5cfe913d03 refactor: Split out checks 2020-07-04 20:52:46 -05:00
Ed Page
79d9a4d801 refactor: Split out args 2020-07-04 20:52:46 -05:00
Ed Page
77188df1a3 fix: Add missing traits 2020-07-04 20:52:46 -05:00
Ed Page
b7d412c20e refactor: Calculate threading where it is needed 2020-07-04 20:52:46 -05:00
Ed Page
2e1b95fec1 refactor: Collpase cases 2020-07-04 20:52:46 -05:00
Ed Page
8732d24f53 refactor: Use a single reporter instance 2020-07-04 20:52:46 -05:00
Ed Page
575971a5c5 refactor: Turn reports into a trait 2020-07-04 20:52:46 -05:00
Ed Page
3ae9c2ab52 chore: Make it easier to run typos on itself 2020-03-21 14:41:27 -05:00
Ed Page
3b382aac45
Merge pull request #88 from epage/threads
perf: Multi-threaded spell checking
2020-03-21 14:40:44 -05:00
Ed Page
8af7c47fe5 refactor: SImplify init 2020-03-21 14:33:51 -05:00
Ed Page
1e3dcef9b4 chore: Update MSRV 2020-03-21 14:31:28 -05:00
Ed Page
6b8047ee44 perf: Multi-threaded spell checking
Fixes #7
2020-03-21 14:22:53 -05:00
Ed Page
333762f55c refactor: Prepare for threads 2020-03-21 13:28:38 -05:00
Ed Page
ce4a7578d7
Merge pull request #87 from crate-ci/dependabot/cargo/derive_more-0.99.3
chore(deps): bump derive_more from 0.15.0 to 0.99.3
2020-03-02 09:49:31 -06:00
Ed Page
a1f5c158d2
Merge pull request #86 from crate-ci/dependabot/cargo/thiserror-1.0.11
chore(deps): bump thiserror from 1.0.10 to 1.0.11
2020-03-02 09:49:15 -06:00
dependabot-preview[bot]
4351f1b9d9
chore(deps): bump derive_more from 0.15.0 to 0.99.3
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.15.0 to 0.99.3.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JelteF/derive_more/compare/0.15.0...v0.99.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 15:38:48 +00:00
dependabot-preview[bot]
35d972aeff
chore(deps): bump thiserror from 1.0.10 to 1.0.11
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.10...1.0.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 15:38:33 +00:00
Ed Page
4cc71279d4
Merge pull request #85 from crate-ci/dependabot/cargo/serde_json-1.0.48
chore(deps): bump serde_json from 1.0.46 to 1.0.48
2020-03-02 09:36:58 -06:00
Ed Page
136b74e92c
Merge pull request #84 from crate-ci/dependabot/cargo/bstr-0.2.11
chore(deps): bump bstr from 0.2.10 to 0.2.11
2020-03-02 09:36:37 -06:00
dependabot-preview[bot]
d73bba1f33
chore(deps): bump serde_json from 1.0.46 to 1.0.48
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.46 to 1.0.48.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.46...v1.0.48)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-01 07:13:59 +00:00
dependabot-preview[bot]
3a08642f81
chore(deps): bump bstr from 0.2.10 to 0.2.11
Bumps [bstr](https://github.com/BurntSushi/bstr) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/BurntSushi/bstr/releases)
- [Commits](https://github.com/BurntSushi/bstr/compare/0.2.10...0.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-01 07:13:37 +00:00
Ed Page
72b2ff6090
Merge pull request #83 from epage/update
chore: Update dependencies
2020-02-03 07:04:23 -06:00
Ed Page
3a4f006782 chore: Update dependencies 2020-02-03 06:48:55 -06:00
Ed Page
6f8e408566
Merge pull request #76 from crate-ci/dependabot/cargo/serde-1.0.104
chore(deps): bump serde from 1.0.103 to 1.0.104
2020-01-01 17:12:47 -07:00
dependabot-preview[bot]
4625fb95b9
chore(deps): bump serde from 1.0.103 to 1.0.104
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.103...v1.0.104)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 23:46:02 +00:00
Ed Page
2cf779476b
Merge pull request #74 from crate-ci/dependabot/cargo/thiserror-1.0.9
chore(deps): bump thiserror from 1.0.6 to 1.0.9
2020-01-01 16:44:46 -07:00
dependabot-preview[bot]
510fd2dba3
chore(deps): bump thiserror from 1.0.6 to 1.0.9
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.6 to 1.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.6...1.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 23:09:49 +00:00
Ed Page
996b72628c
Merge pull request #77 from crate-ci/dependabot/cargo/anyhow-1.0.26
chore(deps): bump anyhow from 1.0.25 to 1.0.26
2020-01-01 16:09:17 -07:00
Ed Page
24eeb86900
Merge pull request #75 from crate-ci/dependabot/cargo/toml-0.5.5
chore(deps): bump toml from 0.4.10 to 0.5.5
2020-01-01 16:08:45 -07:00
Ed Page
3e786c6e38
Merge pull request #73 from crate-ci/dependabot/cargo/serde_json-1.0.44
chore(deps): bump serde_json from 1.0.41 to 1.0.44
2020-01-01 16:08:32 -07:00
dependabot-preview[bot]
094695ff43
chore(deps): bump anyhow from 1.0.25 to 1.0.26
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.25 to 1.0.26.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.25...1.0.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 22:14:50 +00:00
dependabot-preview[bot]
252420215d
chore(deps): bump toml from 0.4.10 to 0.5.5
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.4.10 to 0.5.5.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.10...0.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 22:14:42 +00:00
dependabot-preview[bot]
4652ed350f
chore(deps): bump serde_json from 1.0.41 to 1.0.44
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.41 to 1.0.44.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.44)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 22:14:35 +00:00
Ed Page
e2978f1bdf chore: Update CI 2020-01-01 16:04:35 -06:00
Ed Page
2b4caee0dd chore: Update CI 2020-01-01 16:03:19 -06:00
Ed Page
2d26ac50c0 chore: Update CI 2020-01-01 16:00:17 -06:00
Ed Page
e42c8f464b chore: Update CI 2020-01-01 15:52:12 -06:00
Ed Page
1c81594ea9 chore: Update CI 2020-01-01 11:45:17 -06:00
Ed Page
b21db206d2 chore: Update env_logger 2019-12-02 09:50:06 -07:00
Ed Page
04c22191d5
Merge pull request #71 from crate-ci/dependabot/cargo/unicode-segmentation-1.6.0
chore(deps): bump unicode-segmentation from 1.3.0 to 1.6.0
2019-12-02 07:53:29 -07:00
Ed Page
344918b475
Merge pull request #70 from crate-ci/dependabot/cargo/serde-1.0.103
chore(deps): bump serde from 1.0.101 to 1.0.103
2019-12-02 07:53:16 -07:00
Ed Page
023be57277
Merge pull request #72 from crate-ci/dependabot/cargo/assert_fs-0.13.1
chore(deps): bump assert_fs from 0.11.3 to 0.13.1
2019-12-02 07:40:22 -07:00
dependabot-preview[bot]
e46cf0e17c
chore(deps): bump unicode-segmentation from 1.3.0 to 1.6.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases)
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits/v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 14:11:13 +00:00
dependabot-preview[bot]
471be26a93
chore(deps): bump serde from 1.0.101 to 1.0.103
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.103.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.103)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 14:11:13 +00:00