ZEPPELIN-804 Refactoring registration mechanism on Interpreters

- Excluded interpreter-setting.json from rat check
This commit is contained in:
Jongyoul Lee 2016-04-14 16:07:48 +09:00
parent 1fa2e522bd
commit 00f55a8f5e

View file

@ -492,6 +492,7 @@
<exclude>conf/zeppelin-env.sh</exclude>
<exclude>spark-*-bin*/**</exclude>
<exclude>.spark-dist/**</exclude>
<exclude>**/interpreter-setting.json</exclude>
<!-- bundled from bootstrap -->
<exclude>docs/assets/themes/zeppelin/bootstrap/**</exclude>