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

modernize #79

Merged
merged 1 commit into from
Jul 18, 2022
Merged

modernize #79

merged 1 commit into from
Jul 18, 2022

Conversation

ccutrer
Copy link
Contributor

@ccutrer ccutrer commented Jul 2, 2022

  • apply rubocop (mostly layout, but a few style, lint, and param
    naming changes)
  • move gem executables to exe, so that bin can be used for bundler
    binstubs
  • remove deprecated methods
  • commit Gemfile.lock
  • add pre-commit config
  • add github actions to run rubocop and specs
  • remove travis

@ccutrer
Copy link
Contributor Author

ccutrer commented Jul 2, 2022

the actions ran in my fork (https://github.com/ccutrer/jar-dependencies/actions/runs/2602260281). after this is merged, then they'll run for PRs against this fork too

@enebo
Copy link
Collaborator

enebo commented Jul 2, 2022

I think this should default on String literals and not force all of them to be "". This is the default and the spirit of the original code. It will also not create an extra hurdle when trying to look back in history since many lines will just show this style commit as last change.

I don't want to speak out of turn here either. @mkristian what do you think?

 * apply rubocop (mostly layout, but a few style, lint, and param
   naming changes)
 * move gem executables to exe, so that bin can be used for bundler
   binstubs
 * remove deprecated methods
 * commit Gemfile.lock
 * add pre-commit config
 * add github actions to run rubocop and specs
 * remove travis
@ccutrer
Copy link
Contributor Author

ccutrer commented Jul 2, 2022

Not a problem. I just copied some of my personal preferences from another project. As for history of bulk commits like this: https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt can help to some extent. Unfortunately the filename for it has not been standardized, so each developer has to configure it on their own machine. I've pushed up an amended commit, and also took out a few other customizations that didn't even apply to this codebase.

@mkristian mkristian merged commit b4e80f0 into mkristian:master Jul 18, 2022
@mkristian
Copy link
Owner

looks good to me

@headius headius added this to the 0.4.2 milestone Jun 26, 2024
@headius headius modified the milestones: 0.4.3, 0.4.2 Dec 2, 2024
headius added a commit that referenced this pull request Dec 10, 2024
Deps must be passed first and target_dir second. Rubocop appears
to have misunderstood which version of vendor_jars is about to be
called.

See #79
@headius
Copy link
Collaborator

headius commented Dec 10, 2024

There appears to be a bug here introduced by rubocop, fixed in df35d52. This is the cause of at least ruby/rdoc#1228 and possibly other user issues.

@ccutrer ccutrer deleted the modernize branch December 10, 2024 14:18
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.

4 participants