1linters: 2 enable-all: true 3 disable: 4 - lll 5 - wsl 6 - gomnd 7 8issues: 9 exclude-use-default: true 10 exclude: 11 # Triggered by table tests calling t.Run. See 12 # https://github.com/kyoh86/scopelint/issues/4 for more information. 13 - Using the variable on range scope `test` in function literal 14 # Triggered by long table tests. 15 - Function 'Test\w+' is too long