Apigeelint - How to Override Naming Convention Validation

Not applicable

I am using apigeelint for the proxy bundle linting. As part of the validation for the Naming convention for the Policies the tool looks for a standard prefix for each and every policy

i.e,

Assign Message - AM-{policyName}

Is there any way that I can override the standard naming convention prefix with custom naming convention as below,

Assign Message - ASM-{policyName}


Any thoughts on how I can achieve the above scenario? If not as part of the road map are you planning on adding this feature to the tool?

@Artem Petrosian

2 3 405
3 REPLIES 3

@Srikanth Mushty - can you open a new issue here.

Hi @Srikanth Mushty

There are no such functionality out-of-the box right now, but It is something that we want to have.

Updates are coming, feel free to comment/follow this issue on GiHub:

https://github.com/apigeecs/bundle-linter/issues/77

An update, 

For a long time now, it has been possible in apigeelint to disable or exclude specific plugins during the scan. So if you do not want to run the check for naming conventions, you can invoke apigeelint this way: 

apigeelint -s /path/to/apiproxy/  -f table.js -e PO007