You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/06/16 23:34:16 UTC

[cordova-android] branch master updated: cleanup yaml files (#994)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bf6455  cleanup yaml files (#994)
0bf6455 is described below

commit 0bf64551533941508c20e04f89849152359d9cea
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Jun 16 19:34:10 2020 -0400

    cleanup yaml files (#994)
    
    * remove trailing spaces from .asf.yaml
    * remove trailing spaces from .eslintrc.yml
    * add newline to end of .eslintrc.yml
---
 .asf.yaml     | 4 ++--
 .eslintrc.yml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 29a6c7c..916b61c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,9 +5,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 #   http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 760eceb..141c29b 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -5,9 +5,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 #   http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -24,4 +24,4 @@ overrides:
       prefer-promise-reject-errors: off
 
   - files: [cordova-js-src/**/*.js]
-    extends: '@cordova/eslint-config/browser'
\ No newline at end of file
+    extends: '@cordova/eslint-config/browser'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org