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 rule octalLiteral reports a problem when octal numbers are used, such as 0644.
It seems to be disabled when we use os.FileMode(0644), which makes sense.
I think it should be also disabled for fs.FileMode(0644), because os.FileMode is actually an alias to fs.FileMode.