Feature Request P2
Status Update
Comments
je...@google.com <je...@google.com> #2
In addition to the PACE OCI ocean-related datasets that were suggested, I would also suggest adding the PACE OCI Land Vegetation Indices (Land VI) data (10 indices), and the [terrestrial] surface reflectance data (122 spectral bands). The details of the Land VI data can be found here: https://oceancolor.gsfc.nasa.gov/data/10.5067/PACE/OCI/L2/LANDVI/3.0 , while details of the surface reflectance data can be found here: https://oceancolor.gsfc.nasa.gov/data/10.5067/PACE/OCI/L2/SFREFL/3.0 .
ma...@gmail.com <ma...@gmail.com> #3
Why would result being in the "app" folder be dangerous? Is "app" actually considerered a source folder, do any tasks pull from it? I though all sources are inside "app/src" folder.
Description
I was just discussing some changes to the Gradle DSL for LintOptions, and in one particular integration test, the test was doing this:
The unit test then loads the file from this path:
Note how the report is written into the app folder, not somewhere under build. If you instead turned on reporting via
sarifReport true
, it would go under build:Jerome mentioned that this is bad for performance ("because the build kind of invalidates itself"). He can probably expand on this, but I think this is something the build analyzer can look for. We should inspect the DSL elements which specify output paths (there are 4 related to lint), and if the files they point to are not under build, that should be a warning.