14 # Used to suppress errors caused by Flow limitations.
15 suppress_type=$FlowIssue
17 # Used to suppress errors caused by our code.
18 suppress_type=$FlowFixMe
20 # Comment form of the above; requires a clarifying reason to be supplied.
21 suppress_comment=\\(.\\|\n\\)*\\$\\(FlowFixMe\\|FlowIssue\\).+
27 unsafe-getters-setters