File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "requireCamelCaseOrUpperCaseIdentifiers" : " ignoreProperties" ,
1818 "maximumLineLength" : {
1919 "value" : 80 ,
20- "allowComments " : true
20+ "allowUrlComments " : true
2121 },
2222 "excludeFiles" : [
2323 " system-test/data/*" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ var GrpcService = require('./grpc-service.js');
3535 */
3636var GrpcServiceObject = require ( './grpc-service-object.js' ) ;
3737
38+ // jscs:disable maximumLineLength
3839/**
3940 * An Operation object allows you to interact with APIs that take longer to
4041 * process things.
@@ -47,6 +48,7 @@ var GrpcServiceObject = require('./grpc-service-object.js');
4748 * service.
4849 * @param {string } name - The operation name.
4950 */
51+ // jscs:enable maximumLineLength
5052function GrpcOperation ( parent , name ) {
5153 var methods = {
5254
You can’t perform that action at this time.
0 commit comments