Commit graph

1975 commits

Author SHA1 Message Date
Ed Page
80f98b7e29
Merge pull request #1184 from cobalt-org/renovate/itertools-0.x
chore(deps): update rust crate itertools to 0.13
2024-06-04 11:44:29 -05:00
Ed Page
ce6badcd18 chore: Fix typo 2024-06-03 10:29:26 -05:00
renovate[bot]
536764efee chore(deps): update compatible 2024-06-01 01:56:30 +00:00
renovate[bot]
fdd048953f
chore(deps): update rust crate itertools to 0.13 2024-06-01 01:53:41 +00:00
Ed Page
44916f6d2b chore: Update deny config 2024-05-29 16:15:19 -05:00
Ed Page
66dea35d4c
Merge pull request #1182 from epage/snapbox
chore: Update to snapbox 0.6
2024-05-28 12:14:51 -05:00
Ed Page
a3a9061d82 chore: Update trycmd 2024-05-28 11:55:24 -05:00
Ed Page
299e3cd655 chore: Update to snapbox 0.6 2024-05-28 11:54:10 -05:00
Ed Page
9b9358d6e9 refactor: Resolve deprecations 2024-05-28 11:53:13 -05:00
Ed Page
cbcd7c7648 chore: Upgrade to snapbox 0.5.14 2024-05-28 11:49:33 -05:00
Ed Page
78741e51bb chore: Remove lints that lead to bad code 2024-05-27 21:45:38 -05:00
Ed Page
08977af862
Merge pull request #1181 from cobalt-org/renovate/human-panic-2.x
chore(deps): update rust crate human-panic to v2
2024-04-30 20:54:14 -05:00
renovate[bot]
b8891a72ea chore(deps): update compatible 2024-05-01 01:06:59 +00:00
renovate[bot]
1431fed2f2
chore(deps): update rust crate human-panic to v2 2024-05-01 00:55:46 +00:00
Ed Page
51de731521 chore(ci): Lint clippy::items_after_statements seems too strict 2024-04-26 15:59:46 -05:00
Ed Page
181a2cf5e6 chore(ci): Allow prelude wildcard imports 2024-04-26 11:36:19 -05:00
Ed Page
82cf9a62b0 chore(ci): Reduce noisy lints 2024-04-26 09:35:55 -05:00
Ed Page
a01f25da96 chore(ci): Reduce noisy lints
Want to add this back in later but this is slowing down migration of my
repos.
2024-04-26 09:23:28 -05:00
Ed Page
be30b1bba0 chore(ci): Try again with not auto-updating MSRV
The overhead for MSRV bumping is a lot lower and its annoying merging
all of the PRs (and I don't want these auto-merged)
2024-04-26 09:20:18 -05:00
Ed Page
14225df351 chore(ci): Auto-merge linter version updates 2024-04-16 21:46:56 -05:00
Ed Page
9305d4d411 chore: Release 2024-04-15 11:39:02 -05:00
Ed Page
8967c3cde0 docs: Update changelog 2024-04-15 11:36:25 -05:00
Ed Page
a7f8115f46
Merge pull request #1179 from epage/fixes
fix(serve): Work with custom config
2024-04-15 11:34:24 -05:00
Ed Page
9f88d73d69 chore: Don't correct tak1n username 2024-04-15 11:30:02 -05:00
Ed Page
db30d8d098 fix(serve): Work with custom config 2024-04-15 11:21:46 -05:00
Ed Page
72f08d2dd1 test: Custom config for build 2024-04-15 11:21:27 -05:00
Ed Page
0f72122831 fix: Ensure root is valid path 2024-04-15 11:05:33 -05:00
Ed Page
12e7d60ab8 fix: Add context to error messages 2024-04-15 10:58:17 -05:00
Ed Page
afd275590c chore(ci): Don't block on Lint Commits 2024-04-01 12:36:16 -05:00
Ed Page
2570b58a0f chore(ci): Skip branch protections 2024-04-01 12:31:49 -05:00
Ed Page
dc3e937fc6
Merge pull request #19 from epage/t
chore(ci): Ensure CI job always runs
2024-04-01 11:59:08 -05:00
Ed Page
d634de649f chore(ci): Ensure CI job always runs 2024-04-01 11:36:58 -05:00
Ed Page
3278d49444 chore: Allow print in tests 2024-04-01 10:35:16 -05:00
Ed Page
ebc70d00f9 chore: Only check missing_docs in lib
This also fires in examples and other places.

While docs in examples would be nice,
it isn't universally applicable and `allow`s would undermine the
examples.
2024-04-01 09:11:24 -05:00
Ed Page
a516bda4ad chore: Drop workspace.dependencies
Without automated checks, this will make it harder to track breaking
changes.
2024-04-01 08:58:36 -05:00
renovate[bot]
df119e193a chore(deps): update compatible 2024-04-01 01:34:15 +00:00
Ed Page
99e034bbbb chore: Move print lints to lib.rs
While there is a config for ignoring these in tests, it doesn't help
with examples.
2024-03-28 15:10:58 -05:00
Ed Page
8d4b1b6c8d chore: Remove clippy::tests_outside_test_module
See https://github.com/rust-lang/rust-clippy/issues/11024
2024-03-28 13:24:28 -05:00
Ed Page
6a9d2bf50f chore: Don't warn on unsafe
This works well when a package is a safe abstraction but to universally
apply in a template to all members of a workspace doesn't make sense.
2024-03-28 12:45:57 -05:00
Ed Page
314eef7f5f chore: Dont check must_use
See https://github.com/rust-lang/rust-clippy/issues/8339
2024-03-28 10:38:57 -05:00
Ed Page
2714cca7c3 chore(ci): Don't check for unused crates 2024-03-28 09:58:31 -05:00
Ed Page
9258d9af7b chore(ci): More exhaustively check features 2024-03-28 09:57:23 -05:00
Ed Page
92d486c4b0 chore(ci): Speed up lockfile check 2024-03-28 09:53:02 -05:00
Ed Page
9b1b566201 chore(ci): Fix all rust-version-specific checks to stable 2024-03-28 09:51:51 -05:00
Ed Page
c8b190be3a chore(ci): Use latest SARIF
Now that we run clippy on stable, we can do this
2024-03-28 09:50:22 -05:00
Ed Page
126eb3d4dc chore: Encourage a single test binary 2024-03-28 09:48:35 -05:00
Ed Page
8e647d9cd4 chore: Encourage use of workspace.dependencies 2024-03-28 09:35:59 -05:00
Ed Page
8ec86ab9a2 chore: Normalize clippy lint names 2024-03-25 12:33:58 -05:00
Ed Page
ace6e07683 chore(ci): Don't update stable and MSRV together
We might want to hold one or the other back
2024-03-21 12:20:47 -05:00
Ed Page
3d5ead81cf chore(ci): Configure standard lints 2024-03-21 10:51:32 -05:00