Skip to content

Switch from Prettier to Rubocop#269

Merged
jas14 merged 9 commits into
mainfrom
rubocop
Oct 22, 2024
Merged

Switch from Prettier to Rubocop#269
jas14 merged 9 commits into
mainfrom
rubocop

Conversation

@jas14

@jas14 jas14 commented Oct 22, 2024

Copy link
Copy Markdown
Collaborator

This project currently has three language dependencies for development:

  • Ruby, for the library code and testing
  • Javascript, for linting with Prettier and installing commit hooks with Husky
  • Python, for creating the docsite

In an effort to reduce these dependencies, I'm moving to eliminate JS from the dev environment, starting with Prettier. I may replace Husky with Overcommit or a bespoke script.

jas14 added 4 commits October 21, 2024 23:28
This project currently has three language dependencies for development:

* Ruby, for the library code and testing
* Javascript, for linting with Prettier and installing commit hooks with
  Husky
* Python, for creating the docsite

In an effort to reduce these dependencies, I'm moving to eliminate JS
from the dev environment, starting with Prettier. I may replace Husky
with Overcommit or a bespoke script.
We need to bundle install!
This is now recommended by Bundler for a consistent dev environment.
@github-actions

Copy link
Copy Markdown
@github-actions

Copy link
Copy Markdown
@github-actions

Copy link
Copy Markdown
@github-actions

Copy link
Copy Markdown
@jas14 jas14 merged commit 25ceb5f into main Oct 22, 2024
@jas14 jas14 deleted the rubocop branch October 22, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant