Skip to content
New issue

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

Validator Feature - Empty Timers Check #42

Open
MichielOda opened this issue Mar 29, 2024 · 0 comments
Open

Validator Feature - Empty Timers Check #42

MichielOda opened this issue Mar 29, 2024 · 0 comments

Comments

@MichielOda
Copy link
Member

Throw a certain error when Protocol/Timers/Timer/Content is empty.

Extra info:

<Timers>
	<Timer id="1">
		<Name>Fast Timer (10s)</Name>
		<Time initial="true">10000</Time>
		<Interval>75</Interval>
		<Content>
		</Content>
	</Timer>
	<Timer id="2">
		<Name>Medium Timer (1m)</Name>
		<Time initial="true" dataDisplay="30000">60000</Time>
		<Interval>75</Interval>
		<Content>
		</Content>
	</Timer>
	<Timer id="3">
		<Name>Slow Timer (1h)</Name>
		<Time initial="true">3600000</Time>
		<Interval>75</Interval>
		<Content>
		</Content>
	</Timer>
</Timers>

If this feature is developed, merged, and released, the assignee will be granted 750 DevOps points.
It is recommended that you add a comment here if you're starting work, or make an early Pull Request but ask us to wait on reviewing until you're done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant