From 1be2fd662dbcc27efd37a4149d82c21c61523ed8 Mon Sep 17 00:00:00 2001 From: sunilg Date: Fri, 14 Oct 2016 18:23:04 +0530 Subject: [PATCH] YARN-4849. Addendum patch to remove unwanted files from rat exclusions. (Wangda Tan via Sunil G) --- .../hadoop-yarn/hadoop-yarn-ui/pom.xml | 14 -------- .../src/main/webapp/.editorconfig | 34 ------------------- 2 files changed, 48 deletions(-) delete mode 100644 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml index 440aca97718..b42771393ef 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml @@ -46,32 +46,18 @@ apache-rat-plugin - src/main/webapp/node_modules/**/* - src/main/webapp/bower_components/**/* src/main/webapp/jsconfig.json src/main/webapp/bower.json src/main/webapp/package.json src/main/webapp/testem.json - - src/main/webapp/dist/**/* - src/main/webapp/tmp/**/* src/main/webapp/public/assets/images/**/* src/main/webapp/public/assets/images/* src/main/webapp/public/robots.txt - - public/assets/images/**/* public/crossdomain.xml - - src/main/webapp/.tmp/**/* src/main/webapp/.bowerrc - src/main/webapp/.editorconfig src/main/webapp/.ember-cli - src/main/webapp/.gitignore src/main/webapp/.jshintrc - src/main/webapp/.travis.yml src/main/webapp/.watchmanconfig - src/main/webapp/tests/.jshintrc - src/main/webapp/blueprints/.jshintrc diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig deleted file mode 100644 index 47c5438403c..00000000000 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig +++ /dev/null @@ -1,34 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.js] -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false -indent_style = space -indent_size = 2 - -[*.css] -indent_style = space -indent_size = 2 - -[*.html] -indent_style = space -indent_size = 2 - -[*.{diff,md}] -trim_trailing_whitespace = false