explicitly disapprove plugins using default package

This commit is contained in:
Eugene Platonov 2014-02-18 23:11:59 -05:00
parent ea30d7f1ef
commit 3389906b01
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ Specifically:
Here are some current plugin best practices. **NOTE:** Best practices
are evolving, so check back frequently.
Don't use default package
---------------------------
Users who have their build files in some package will not be able to
use your plugin if it's defined in default (no-name) package.
Avoid overriding `settings`
-----------------------------