vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Fix checkstyle coverage check for filenames with whitespaces #478

Closed dmikhalin closed 9 months ago

dmikhalin commented 9 months ago

What is the goal of this PR?

The checkstyle coverage check failed if there were files in the workspace with whitespaces in filenames. We fix it.

What are the changes implemented in this PR?

The list of files was generated by splitting the find command result by all whitespace characters. But each file is listed in a separate line, that allows us to split by "\n" only.

typedb-bot commented 9 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture