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

updating project with workflow automation #256

Closed
wants to merge 1 commit into from

Conversation

Eirik-Haukeland
Copy link

@Eirik-Haukeland Eirik-Haukeland commented Aug 19, 2023

what has been done

@github-actions
Copy link

github-actions bot commented Aug 19, 2023

Image description CodeRabbit

Walkthrough

This pull request introduces changes to improve the development workflow. It includes the addition of IDE-specific configuration files and a pre-commit hook script for automated linting, enhancing code quality and consistency across the team.

Changes

File Summary
.gitignore The .idea directory has been added to the project's .gitignore file, indicating that IDE-specific configuration files are now being ignored by Git.
.husky/pre-commit A new shell script has been added to run lint-staged using Husky. This will automate the process of linting during the pre-commit stage, ensuring that only well-formatted code is committed.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 5cdcf16 and 3da8ac4 commits.
Files selected (2)
  • .gitignore (1)
  • .husky/pre-commit (1)
Files ignored due to filter (2)
  • package-lock.json
  • package.json
Files skipped from review due to trivial changes (2)
  • .gitignore
  • .husky/pre-commit
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

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