-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Lint Error #4
Comments
To clarify, this isn't an issue with Travis CI; this is an issue that has to do with the Any call to the
Steps for reproduction:
Note: this was run on Fedora, however I doubt OS would matter here Now of course, this isn't really an issue if you don't call This can either be fixed by fixing the actual lint errors, or by adding android {
lintOptions {
abortOnError false
}
} to the build.gradle of the affected modules. Of course, actually fixing the lint errors would seem to be the preferred course of action. |
adding
still results in the same lint errors, however, running |
12/22/20 Update
Noah roadrunner integration
This error is still there in 7.0 |
Can confirm, still here in 7.0... |
This will be fixed in the next release |
Fixed in 7.1 |
Adjusted autonomous code for Pahrump League Meet FIRST-Tech-Challenge#4
Add Mecanum classes to base
Add field centric teleop
…RST-Tech-Challenge#4) * actualizare cod cu bratul scurt si pozitii(posibil sa se schimbe) * Add existing file --------- Co-authored-by: DavidPav3l <[valid-email]>
…tus-check-fix Change Android CI run setting
…er-Direction-Bugfix Encoder direction bugfix
The lint error that was in 5.5 is still here in 6.0
See: FIRST-Tech-Challenge/SkyStone#262
The text was updated successfully, but these errors were encountered: