A tool for archiving & converting scans of postcards, and information about them.
at main 65 lines 1.2 kB view raw
1version: v0.10.0 2formatter: default 3rules: 4- header-min-length 5- header-max-length 6- body-max-line-length 7- footer-max-line-length 8- type-enum 9severity: 10 default: error 11settings: 12 body-max-length: 13 argument: -1 14 body-max-line-length: 15 argument: 72 16 body-min-length: 17 argument: 0 18 description-max-length: 19 argument: -1 20 description-min-length: 21 argument: 0 22 footer-enum: 23 argument: [] 24 footer-max-length: 25 argument: -1 26 footer-max-line-length: 27 argument: 72 28 footer-min-length: 29 argument: 0 30 footer-type-enum: 31 argument: [] 32 header-max-length: 33 argument: 50 34 header-min-length: 35 argument: 10 36 scope-charset: 37 argument: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/, 38 scope-enum: 39 argument: [] 40 flags: 41 allow-empty: true 42 scope-max-length: 43 argument: -1 44 scope-min-length: 45 argument: 0 46 type-charset: 47 argument: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 48 type-enum: 49 argument: 50 - feat 51 - fix 52 - docs 53 - style 54 - refactor 55 - perf 56 - test 57 - build 58 - ci 59 - chore 60 - revert 61 - bump # Version bumps from commitzen 62 type-max-length: 63 argument: -1 64 type-min-length: 65 argument: 0