Add Rubocop

- Pull in the 37signals house style
- Autofix violations
- Add to CI
This commit is contained in:
Donal McBreen
2024-03-05 11:40:08 +00:00
parent c985fa33d1
commit 3ecfb3744f
51 changed files with 229 additions and 164 deletions

View File

@@ -103,7 +103,7 @@ class Kamal::Commands::Accessory < Kamal::Commands::Base
end
def remove_env_file
[:rm, "-f", accessory_config.host_env_file_path]
[ :rm, "-f", accessory_config.host_env_file_path ]
end
private