Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add lint ignores to paperclip unit struct (#514)
Code generated from the api_v2_operation proc macro includes a unit struct definition of the form paperclip_snake_case_struct_name and was trigging the non-camel-case type name lint. Added the same lint ignores here as are used on the other struct definition in the same macro.
- Loading branch information