Merge pull request #1126 from jozic/no-def-package

explicitly disapprove plugins using default package
This commit is contained in:
Josh Suereth 2014-02-19 09:13:39 -05:00
commit 9969973d09
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`
-----------------------------