Make rubocop ignore remote repositories
authorAntoine Musso <hashar@free.fr>
Wed, 5 Nov 2014 10:34:57 +0000 (11:34 +0100)
committerAntoine Musso <hashar@free.fr>
Wed, 5 Nov 2014 10:34:57 +0000 (11:34 +0100)
commit185ab697973357eae89b8979c83477ed142861df
tree25500488d486bb651221b049b344795bfb28dc7d
parentc1fab2ba1ddffd689fc99a0651c3aa8e7dc4ac60
Make rubocop ignore remote repositories

The introduction of rubocop (Commit 70f3919) missed blacklisting files
which are not part of mediawiki/core.  Developers running rubocop
against their working copy would end up with errors reported against
code which is out of the mediawiki/core repository.

Instruct rubocop to ignore some well known paths:

Place holders for additional repositories:
- extensions
- skins
- vendor

And tests/frontend/node_modules which is populated via npm install.

Change-Id: I1abdaa3ef110d981e3c017667f87e698016d6805
.rubocop.yml