Without specifying packages the linter consume all memory when trying to parse site and other directories.
I excluded cmd package because the linter complained on using mgr even if it cannot be nil since the error that is returned from the manager constructer is checked.
Closes #174.
Without specifying packages the linter consume all memory when trying to parse
site
and other directories. I excludedcmd
package because the linter complained on using mgr even if it cannot be nil since the error that is returned from the manager constructer is checked.