degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

Don't use hidden config files. #66

Closed Metallion closed 3 years ago

Metallion commented 3 years ago

CI is failing due to unrelated linter errors that are fixed in https://github.com/degica/kaiser/pull/67

The way to usually store config files on *nix systems is to have either a single hidden file in the home directory or a hidden directory with non-hidden files inside.

Kaiser used a hidden directory with hidden files inside which was confusing. I updated it to use the more common hidden directory with non-hidden files pattern.

I've set it up so that kaiser will checked for the hidden files on boot and un-hide them if they exist.

degicat commented 3 years ago

@davidsiaw please review this

davidsiaw commented 3 years ago

@Metallion I think Rubocop wants some love

Metallion commented 3 years ago

@davidsiaw It got it in https://github.com/degica/kaiser/pull/67 as mentioned on the top of the PR description. ^_^

Metallion commented 3 years ago

@davidsiaw Rubocop has been loved. ^_^