@@ -39,43 +39,43 @@ testRule('xgen-IPA-109-custom-method-must-use-camel-case', [
3939 '/a/{exampleId}:method_name' : { } ,
4040 '/a:method_name' : { } ,
4141 '/a/{exampleId}:' : { } ,
42- '/a:' : { } ,
42+ '/a:' : { }
4343 } ,
4444 } ,
4545 errors : [
4646 {
4747 code : 'xgen-IPA-109-custom-method-must-use-camel-case' ,
48- message : 'The custom method name must use camelCase format. http://go/ipa/109' ,
48+ message : 'The custom method name must use camelCase format. Method name: MethodName. http://go/ipa/109' ,
4949 path : [ 'paths' , '/a/{exampleId}:MethodName' ] ,
5050 severity : DiagnosticSeverity . Warning ,
5151 } ,
5252 {
5353 code : 'xgen-IPA-109-custom-method-must-use-camel-case' ,
54- message : 'The custom method name must use camelCase format. http://go/ipa/109' ,
54+ message : 'The custom method name must use camelCase format. Method name: MethodName. http://go/ipa/109' ,
5555 path : [ 'paths' , '/a:MethodName' ] ,
5656 severity : DiagnosticSeverity . Warning ,
5757 } ,
5858 {
5959 code : 'xgen-IPA-109-custom-method-must-use-camel-case' ,
60- message : 'The custom method name must use camelCase format. http://go/ipa/109' ,
60+ message : 'The custom method name must use camelCase format. Method name: method_name. http://go/ipa/109' ,
6161 path : [ 'paths' , '/a/{exampleId}:method_name' ] ,
6262 severity : DiagnosticSeverity . Warning ,
6363 } ,
6464 {
6565 code : 'xgen-IPA-109-custom-method-must-use-camel-case' ,
66- message : 'The custom method name must use camelCase format. http://go/ipa/109' ,
66+ message : 'The custom method name must use camelCase format. Method name: method_name. http://go/ipa/109' ,
6767 path : [ 'paths' , '/a:method_name' ] ,
6868 severity : DiagnosticSeverity . Warning ,
6969 } ,
7070 {
7171 code : 'xgen-IPA-109-custom-method-must-use-camel-case' ,
72- message : 'The custom method name must use camelCase format . http://go/ipa/109' ,
72+ message : 'Custom method name cannot be empty or blank . http://go/ipa/109' ,
7373 path : [ 'paths' , '/a/{exampleId}:' ] ,
7474 severity : DiagnosticSeverity . Warning ,
7575 } ,
7676 {
7777 code : 'xgen-IPA-109-custom-method-must-use-camel-case' ,
78- message : 'The custom method name must use camelCase format . http://go/ipa/109' ,
78+ message : 'Custom method name cannot be empty or blank . http://go/ipa/109' ,
7979 path : [ 'paths' , '/a:' ] ,
8080 severity : DiagnosticSeverity . Warning ,
8181 } ,
0 commit comments