https://lgtm.com/projects/g/mrdoob/three.js/snapshot/60c5764c63fa3841f02dcf91cf7dceeeef66889c/files/build/three.module.js?#x16404adc80fd6243:1
@@ -72,7 +72,7 @@ function ExtrudeBufferGeometry( shapes, options ) {
for ( var i = 0, l = shapes.length; i < l; i ++ ) {
var shape = shapes[ i ];
- addShape( shape, options );
+ addShape( shape );
}