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
type Server struct {
// BaseDir points to the base directory under which Shakespeare's works are stored
baseDir string
}
doesn't trigger linter error about dot in the end of line now
Though i think it is rather normal to expect comments for struct fields to be full sentences and it would be nice to have linter validate it.
The text was updated successfully, but these errors were encountered:
Hi, godot linter now have three options for scope
It would be nice to add one more between all and toplevel. For example (from google style guild https://google.github.io/styleguide/go/decisions#comment-sentences)
doesn't trigger linter error about dot in the end of line now
Though i think it is rather normal to expect comments for struct fields to be full sentences and it would be nice to have linter validate it.
The text was updated successfully, but these errors were encountered: