Commit graph

49 commits

Author SHA1 Message Date
c1c5e58c21 megalint happy, so limit checks to changes
All checks were successful
CI / cargo test (push) Successful in 7m1s
2025-05-28 11:17:13 +02:00
9c58837c8c shut 'prettier' up
All checks were successful
CI / cargo test (push) Successful in 13m1s
2025-05-28 11:14:09 +02:00
763435b4b2 for now lint all code
All checks were successful
CI / cargo test (push) Successful in 14m50s
2025-05-28 10:47:49 +02:00
5c5a6b5f39 all the codes 2025-05-28 10:45:47 +02:00
135b531e35 check again
Some checks failed
CI / cargo test (push) Has been cancelled
2025-05-28 10:39:18 +02:00
b19e780e58 try again
All checks were successful
CI / cargo test (push) Successful in 4m21s
2025-05-28 10:34:09 +02:00
a0a2b842e2 speedup for test sake
Some checks failed
CI / cargo test (push) Failing after 48s
2025-05-28 10:30:18 +02:00
44047af197 this help?
Some checks failed
CI / cargo test (push) Failing after 1m15s
2025-05-28 10:28:28 +02:00
62e3ae0b52 ?
Some checks failed
CI / cargo test (push) Failing after 7m55s
2025-05-28 10:17:10 +02:00
8af945e4b4 tuning
Some checks failed
CI / cargo test (push) Failing after 8m48s
2025-05-28 09:50:55 +02:00
f13f9137e7 tuning
Some checks failed
CI / cargo test (push) Has been cancelled
2025-05-28 09:46:16 +02:00
7996f6e1b3 tuning 2025-05-28 09:43:07 +02:00
5994c0a436 cupcake?
Some checks failed
CI / cargo test (push) Failing after 8m57s
2025-05-28 09:36:12 +02:00
4798115af2 tuning
Some checks failed
CI / cargo test (push) Has been cancelled
2025-05-28 09:10:00 +02:00
b891918d6f also check bash
Some checks failed
CI / cargo test (push) Failing after 10m15s
2025-05-28 08:47:44 +02:00
f394ab4d2c add config
Some checks failed
CI / cargo test (push) Has been cancelled
2025-05-28 08:43:21 +02:00
5555253b79 fix version nr
Some checks failed
CI / cargo test (push) Failing after 34m31s
2025-05-27 13:23:55 +02:00
07018f5829 add megalinter
Some checks failed
CI / cargo test (push) Failing after 13m27s
2025-05-27 13:07:46 +02:00
905a853fa3 basic
All checks were successful
CI / cargo test (push) Successful in 2m40s
2025-05-21 10:44:08 +02:00
3bc2064d70 test
All checks were successful
CI / cargo test (push) Successful in 4m5s
2025-05-21 10:34:01 +02:00
976040db7a tes
Some checks failed
CI / cargo test (push) Failing after 0s
2025-05-21 10:23:53 +02:00
e7f0f6e832 minimal
All checks were successful
CI / cargo test (push) Successful in 1s
2025-05-21 10:23:03 +02:00
07a1484b0f fix location
Some checks failed
CI / cargo test (push) Failing after 28s
2025-05-21 10:07:12 +02:00
d90e06955d workflow
Some checks failed
CI / cargo test (push) Failing after 17s
2025-05-21 10:05:33 +02:00
32ba373ffd Merge pull request 'Update Rust crate tempfile to v3.20.0' (#4) from renovate/tempfile-3.x-lockfile into main
Reviewed-on: #4
2025-05-20 18:01:33 +00:00
5b9a811c6b Update Cargo.toml 2025-05-20 18:01:00 +00:00
74691ff4b5 Update Rust crate tempfile to v3.20.0 2025-05-20 17:59:05 +00:00
cb3e52c560 adapt to new version of rand crate 2025-05-20 19:52:32 +02:00
4e0a9818ad Merge pull request 'Update Rust crate clap to v4.5.38' (#1) from renovate/clap-4.x-lockfile into main
Reviewed-on: #1
2025-05-20 17:47:48 +00:00
e112a6d82b Update Cargo.toml 2025-05-20 17:47:28 +00:00
63c816ebfe Merge branch 'main' into renovate/clap-4.x-lockfile 2025-05-20 17:46:20 +00:00
5f8796fe69 Merge pull request 'Update Rust crate rand to 0.9.0' (#2) from renovate/rand-0.x into main
Reviewed-on: #2
2025-05-20 17:44:01 +00:00
b9e8adef4b Update Rust crate rand to 0.9.0 2025-05-20 12:33:22 +00:00
ab5cb2f5b1 Update Rust crate clap to v4.5.38 2025-05-20 12:33:07 +00:00
48deeb7c74 add renovatebot 2025-05-20 13:42:52 +02:00
708c57e726 implement filenames on commandline 2025-05-13 13:58:04 +02:00
12da2e2970 reimplement sorting; better error messages; strip ./ 2025-04-29 15:54:01 +02:00
14942ed2b0 make it work with weird non-UTF characters 2025-04-29 15:18:45 +02:00
2936e58e00 script to create test setup 2024-12-31 11:55:33 +01:00
a175e494a1 apply clippy improvements 2024-11-28 09:37:51 +01:00
83ed7ee559 implement -n, -v and -e commandline options 2024-11-27 11:40:37 +01:00
11ce644fca more refactoring + interpret EDITOR variable 2024-11-27 09:50:16 +01:00
c3a8ade31a refactor 2024-11-26 22:17:15 +01:00
a823844538 let clippy help 2024-11-20 15:28:30 +01:00
b00b5e9352 add some instructions and bump version 2024-11-20 13:34:56 +01:00
414294ac68 works decent enough for whole dirs now 2024-11-20 13:08:28 +01:00
3ba9097489 Works as an MVP 2024-11-20 10:49:18 +01:00
a0014cf247 first steps 2024-11-19 16:17:54 +01:00
9f1e0cbba8 initial commit 2024-11-19 13:11:33 +01:00