google / shipshape

Program analysis platform
Apache License 2.0
269 stars 35 forks source link

Put findings on a directory #89

Open ciera opened 8 years ago

ciera commented 8 years ago

AndroidLint can produce a directory-level note. Right now, shipshape is filtering out that note because it has a path that is not one of the files it is working on.

We probably should modify this to allow notes on a directory if that directory had analyzed files.

When this is fixed, change the end_to_end.sh script. The correct number of android lint tests is actually 9, since one was on a directory.