Missing Lint checks in new build for TensorFlow
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 928
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
When we migrated to tensorflow/java and to Maven, we dropped a few rules that were embedded in the Bazel configuration of the previous build. One of them is all the link checks that are listed in (this file)[https://github.com/tensorflow/tensorflow/blob/master/tensorflow/java/build_defs.bzl]
This issue is a placeholder to remember that those should probably be added back to the new Maven build.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Maven build in tensorflow/java with the link checks listed in tensorflow/tensorflow's tensorflow/java/build_defs.bzl. Determine which checks were lost during the migration and confirm that the Maven build runs them; done means those checks are restored and pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100