Skip to content

Apply RuboCop auto-corrections and update gitignore#72

Open
anchapin wants to merge 3 commits intodevelopfrom
rubocop_fixes
Open

Apply RuboCop auto-corrections and update gitignore#72
anchapin wants to merge 3 commits intodevelopfrom
rubocop_fixes

Conversation

@anchapin
Copy link
Copy Markdown
Collaborator

Summary

  • Applied RuboCop auto-corrections to fix string concatenation, comment indentation, and other style issues
  • Updated .gitignore to properly exclude node_modules, package-lock.json, .devcontainer, and log files
  • Added package.json to track NPM dependencies for language servers
  • Fixed several syntax and style issues in the Ruby code

Test plan

  • Verified that the changes don't break existing functionality
  • Run full test suite to ensure no regressions

💘 Generated with Crush

anchapin and others added 3 commits July 31, 2025 08:56
- Update .gitignore to exclude node_modules, package-lock.json, .devcontainer, and log files
- Add package.json to track NPM dependencies for language servers
- Update Gemfile with development dependencies

💘 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>
- Fix string concatenation issues by using string interpolation
- Fix comment indentation issues
- Fix commented keyword issues
- Fix empty conditional body issues
- Fix end alignment issues
- Fix inverse methods issues
- Fix redundant string coercion issues
- Fix case-like if issues

💘 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>
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.

1 participant