Misleading warning
See original GitHub issueSuper thank you for the work under the plugin.
We have next project structure:
root
features
registration
fit
...
core
network
...
app
We are getting warning that projects features
and core
are not supported. However, they are not projects but just container folders.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Twitter rolls out redesigned misinformation warning labels
Twitter users will soon see new warning labels on false and misleading tweets, redesigned to make them more effective and less confusing.
Read more >Warning Letters and Test Results for Cannabidiol ... - FDA
As part of these actions, FDA has tested the chemical content of cannabinoid compounds in some of the products, and many were found...
Read more >Updating our approach to misleading information - Twitter Blog
Twitter introduces new labels and warning messages that will provide additional context and information on some Tweets containing disputed ...
Read more >FTC Puts Hundreds of Businesses on Notice about Fake ...
The Federal Trade Commission is blanketing industry with a clear message that, if they use endorsements to deceive consumers, the FTC will ...
Read more >Silent installation misleading warning message - IBM
Symptom. A misleading warning message is displayed after a Netcool/Impact silent installation. The warning message is about repositories that are not ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@emartynov this is something I will fix in the next release.
I’ve added a check which checks if a Gradle sub(project) is an empty container for other (sub)projects, like in your case. If that is the case it will not log a message. “empty container” means in this case that there is no
build.gradle
file in that folder.This is released with version 1.5.0.