We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add inspection which checks if module name space prefix is based on module file name.
For example in module with namespace URI my://sample/namespace/myFirstModule.xq namespace prefix should be myModuleOne.
my://sample/namespace/myFirstModule.xq
myModuleOne
module namespace myFirstModule = "my://sample/namespace/myFirstModule.xq"; declare function myFirstModule:someFunction() { fn:true() };
This inspection should be optional and not enabled by default.
The text was updated successfully, but these errors were encountered:
Inspection - check if module namespace prefix is same as module file …
41a08d4
…name Closes ligasgr#104
25de05c
88309d4
Successfully merging a pull request may close this issue.
Add inspection which checks if module name space prefix is based on module file name.
For example in module with namespace URI
my://sample/namespace/myFirstModule.xq
namespace prefix should bemyModuleOne
.This inspection should be optional and not enabled by default.
The text was updated successfully, but these errors were encountered: