Patrick Arnett

Results 3 comments of Patrick Arnett

I'm seeing something similar when only `other` is defined. ```yml en: some_key: other: this is flagged as unused ``` `some_key.other` is flagged as unused and `some_key.one` as missing.

Example app: https://github.com/patrickarnett/annotaterb_example