| Age | Commit message (Collapse) | Author |
|
Comment/doc-only typo fixes (no code identifiers touched):
- architecture.md: preferrable -> preferable; commited -> committed
- data/schemata/{interface_definition,op-mode-definition}.{rnc,rng}: meaninful -> meaningful (schema completionHelp comment)
- src/commit.ml: exluded -> excluded (inline comment)
Clears the typos-check hits on this repo ahead of the T8490 ruleset pilot active flip.
🤖 Generated by [robots](https://vyos.io)
|
|
|
|
I have no idea why I did not do it this way from the start.
|
|
|
|
It's problematic for multiple reasons:
1. It's plaintext and is hard to verify
2. If it's wrong, it may have a very "interesting" effect on the
resulting reference tree, such as lots of misplaced nodes
3. It's hardly ever needed as most nodes only go one or two levels deep
in VyOS, such as "service $something" or "interfaces $something",
and I think it's unlikely that other appliances will differ much.
|
|
|
|
|
|
|
|
constraintErrorMessage.
|
|
Rename helpString to just help.
|
|
Make order of elements unimportant.
Remove unused references.
|
|
Make extends an attribute. Remove nodeList tag.
|
|
1. Don't distinguish name and value constraints, they
have exact same structure.
2. Don't use individual error messages for all constraints.
If they work like OR, it makes little sense.
3. Move most of data from arguments to tag bodies.
|
|
|