mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
chore: Disable funlen linter
This commit is contained in:
@ -32,7 +32,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
func createApp() *cli.App { //nolint:funlen
|
||||
func createApp() *cli.App {
|
||||
app := cli.NewApp()
|
||||
|
||||
app.Name = "hasher"
|
||||
|
||||
Reference in New Issue
Block a user