aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-08 09:18:11 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-08 09:18:11 +0200
commitde7157e076253acc22ffab6fbc329fe728fcf08c (patch)
tree1abbbf079820415fc9702b99f3b72caaed8e77b4
parent17781ffe6307b0ee12872e3f093bcef4c17f4d9a (diff)
downloaddotfiles-de7157e076253acc22ffab6fbc329fe728fcf08c.tar.gz
dotfiles-de7157e076253acc22ffab6fbc329fe728fcf08c.zip
Fixed CI
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.rubocop.yml2
-rwxr-xr-xinstall.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c0d6e89..e70098a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,3 @@
# Allow me to write me own name on the copyright notice :)
Style/AsciiComments:
- Enabled: false
+ AllowedChars: ['é', 'à']
diff --git a/install.sh b/install.sh
index 9abde85..236e271 100755
--- a/install.sh
+++ b/install.sh
@@ -53,7 +53,7 @@ done
# Link the global.gitignore file
rm "${HOME:?}/.gitignore"
-ln -s $(readlink -f global.gitignore) "${HOME:?}/.gitignore"
+ln -s "$(readlink -f global.gitignore)" "${HOME:?}/.gitignore"
# Copy entries of some of the directories inside of maybe existing ones.
for i in Images .config .gnupg; do