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
Which of these three options do you prefer? I prefer option 3, as LGTM is raising a false positive that cannot be worked around without sacrificing code quality (see github/codeql#6517).
The text was updated successfully, but these errors were encountered:
I tried to work around an LGTM alert with bb6065a in #853. Unfortunately, this doesn't work:
https://lgtm.com/projects/g/bids-standard/bids-specification/snapshot/56824aa6b869bcbec1fb14c50e3771cfc0358af5/files/pdf_build_src/process_markdowns.py?sort=name&dir=ASC&mode=heatmap#xea83c650d9db5491:1
I believe LGTM wants a lone
noqa
comment. If so, we need to change:into:
or, although I know you don't like it::
Last option, we could even revert to:
and disable the relevant LGTM alert globally using an
lgtm.yml
configuration file.Which of these three options do you prefer? I prefer option 3, as LGTM is raising a false positive that cannot be worked around without sacrificing code quality (see github/codeql#6517).
The text was updated successfully, but these errors were encountered: