oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

clippy hates our action names #49

Open flihp opened 10 months ago

flihp commented 10 months ago

Each of our Action enum variants has the same generate prefix. This triggers the clippy enum_variant_names lint. I've disabled the lint for this enum in #48 but we may want to consider another command interface that doesn't duplicate this prefix.