You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*
* @flow strict
* Copyright (C) 2017 MetaBrainz Foundation
*
* This file is part of MusicBrainz, the open internet music database,
* and is licensed under the GPL version 2, or (at your option) any
* later version: http://www.gnu.org/licenses/gpl-2.0.txt
*/
Having {/* $FlowIgnore[sketchy-null-number] */} in that same file does not trigger the rule, but it should.
The text was updated successfully, but these errors were encountered:
Hi @reosarevok thanks for raising the issues and sorry for getting back to you so late, I haven't been on github in a while. Your resolved issues can be found on version 3.0.9.
no-flow-suppressions-in-strict-files and newline-after-flow-annotation at the very least do not seem to notice the
@flow strict
annotation if it's inside a multiline comment, such as:Having
{/* $FlowIgnore[sketchy-null-number] */}
in that same file does not trigger the rule, but it should.The text was updated successfully, but these errors were encountered: