mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 00:08:33 +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"
|
||||
|
||||
@ -42,7 +42,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
func createApp() *cli.App { //nolint:funlen
|
||||
func createApp() *cli.App {
|
||||
app := cli.NewApp()
|
||||
|
||||
app.Name = "versioner"
|
||||
|
||||
Reference in New Issue
Block a user