Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure rubocop-compliant Brewfile #60

Merged
merged 1 commit into from
Apr 21, 2024
Merged

fix: ensure rubocop-compliant Brewfile #60

merged 1 commit into from
Apr 21, 2024

Conversation

LucasLarson
Copy link
Owner

to fix #59:

sed '/#/! s/"/'\''/g'
printf '# frozen_string_literal: true\n\n'
chmod 755 ~/.Brewfile

to fix #59:
- replace double quotes with single quotes (Style/StringLiterals)
- add line `# frozen_string_literal: true` (Style/FrozenStringLiteralComment) and subsequent blank line (Layout/EmptyLineAfterMagicComment)
- set `Brewfile` permissions to executable (Lint/ScriptPermission)

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
@LucasLarson LucasLarson merged commit 1d08017 into main Apr 21, 2024
7 checks passed
@LucasLarson LucasLarson deleted the rubocop branch April 21, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generated Brewfile fails rubocop
1 participant