diff --git a/.rubocop b/.rubocop deleted file mode 100644 index dcf49fd..0000000 --- a/.rubocop +++ /dev/null @@ -1,2 +0,0 @@ -Layout/LeadingCommentSpace: - Enabled: false diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..89b62b1 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,2 @@ +Style/LeadingCommentSpace: + Enabled: false