gazebo-tooling / release-tools

8 stars 9 forks source link

Fix null check in CI #1149

Closed j-rivero closed 1 month ago

j-rivero commented 1 month ago

The null check in dsl_checks looks for the 'null' string in all the XML config generated. There are some jobs generated that include Groovy code that actually use null values. The PR modifies it to restrict the check to be the value under XML tags.

j-rivero commented 1 month ago

Merging to unblock new PRs