mirror of
https://github.com/mgechev/revive.git
synced 2025-11-29 22:28:23 +02:00
8 lines
184 B
Go
8 lines
184 B
Go
|
|
package fixtures
|
||
|
|
|
||
|
|
func foo(a, b, c, d, e, f, g, h int) {
|
||
|
|
}
|
||
|
|
|
||
|
|
func bar(a, b, c, d, e, f, g, h, i int64) { // MATCH /maximum number of arguments per function exceeded; max 8 but got 9/
|
||
|
|
}
|