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

chore: modernize static files #23

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Conversation

drupol
Copy link
Contributor

@drupol drupol commented Mar 18, 2023

Remove docker, add Nix files, update composer.json, remove scrutinizer, reformat files

This PR

  • [x]
  • [ ]
  • [ ]

Follows #.
Related to #.
Fixes #.

@drupol drupol requested a review from lekoala as a code owner March 18, 2023 20:21
@what-the-diff
Copy link

what-the-diff bot commented Mar 18, 2023

  • Added .envrc
  • Updated the editorconfig to match my personal preferences
  • Changed some settings in auto-changelog config file (output, template)
  • Removed scrutinizer and travis files as they are not needed anymore with github actions workflows
  • Fixed a typo in CODE_OF_CONDUCT file: "behaviour" -> "behavior"
  • Update to PHP 8.1
  • Add Github actions for tests and release
  • Remove docker-compose, use auto-changelog directly instead of a container (easier)
  • Use prettier with proseWrap: always option to keep the changelogs readable in github diffs/commits view without having to scroll horizontally too much :)
  • The imports section was changed to use the resource keyword instead of a string.
  • In grumphp, extra_tasks were moved from root level to tasks and indentation was fixed for all parameters in this file.
  • infection json: source directories is now an array with one element (instead of two). Also testFramework key has been removed as it's not needed anymore since we're using phpspec by default anyway so no need to specify that again here!
  • phpspec yml: format and output keys are now arrays with multiple elements each (instead of just strings) - also they have been indented properly under extensions -> CodeCoverageExtension which wasn't done before either!

@drupol drupol force-pushed the chore/modernize-static-files branch from e208400 to b0641c4 Compare March 18, 2023 20:39
Remove docker, add Nix files, update composer.json, remove scrutinizer, reformat files
@drupol drupol force-pushed the chore/modernize-static-files branch from b0641c4 to 35f25ec Compare March 18, 2023 20:53
@drupol drupol merged commit c650796 into master Mar 18, 2023
@drupol drupol deleted the chore/modernize-static-files branch March 18, 2023 20:59
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.

None yet

1 participant