flutter/CODEOWNERS
Line: 9: incorrect codeowner user: jmagman Line: 9: no users/groups matched Line: 10: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 14: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**`
Christopher Fujino a0e75cd309
remove fujino from CODEOWNERS (#155369)
Every time someone tries to merge stable into master, I get pinged. It's not worth the distraction. I initially added myself as CODEOWNER because I wanted to make sure people weren't adding unneccessary dependencies to the tool, but I give up.
2024-09-26 17:02:24 +00:00

15 lines
561 B
Plaintext

# Below is a list of Flutter team members' GitHub handles who are
# suggested reviewers for contributions to this repository.
#
# These names are just suggestions. It is fine to have your changes
# reviewed by someone else.
#
# Use git ls-files '<pattern>' without a / prefix to see the list of matching files.
/packages/flutter_tools/templates/module/ios/ @jmagman
/packages/flutter_tools/templates/**/Podfile* @jmagman
# Working on flutter_driver improvements.
# See https://github.com/flutter/flutter/issues/148028.
/packages/flutter_driver/** @matanlurey