Add path to feature flag fallback note
The current fallback note for an unfilled `feature_issue_url:` does not provide enough context to make it obvious what it's referring to. This MR adds the file path to direct the author of the MR in the right direction. Before: ``` - [ ] config/feature_flags/beta/flag_with_blank_feature_url.yml#L3: Consider filling `feature_issue_url:` - [ ] Consider filling `feature_issue_url:` ``` After: ``` - [ ] config/feature_flags/beta/flag_with_blank_feature_url.yml#L3: Consider filling `feature_issue_url:` - [ ] config/feature_flags/beta/flag_with_missing_feature_url.yml: Consider filling `feature_issue_url:` ```
想要评论请 注册 或 登录