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
The place this linter would be most useful for us at Khan Academy is for code like r.Header["My-Header"], where the header-name actually has to be in canonical form or the code will silently fail. Can you add that to the linter?
The text was updated successfully, but these errors were encountered:
The place this linter would be most useful for us at Khan Academy is for code like
r.Header["My-Header"]
, where the header-name actually has to be in canonical form or the code will silently fail. Can you add that to the linter?The text was updated successfully, but these errors were encountered: