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

Fixing rubocop failure #1398

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

rajat-puppet
Copy link
Contributor

Summary

Fixing rubocop failure

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

@rajat-puppet rajat-puppet merged commit 7976477 into pdksync_CAT-1366-fix_issue_url Sep 27, 2023
2 checks passed
@rajat-puppet rajat-puppet deleted the fix-rubocop-failure branch September 27, 2023 10:11
Copy link
Collaborator

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Please use the imperative mood when writing commit messages. So Fix instead of Fixing.

@@ -114,7 +114,7 @@ RSpec/ExampleLength:
# Offense count: 2
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
RSpec/FilePath:
RSpec/SpecFilePathSuffix:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please fix these instead by renaming the files to have a _spec.rb suffix. The cop tells you the tests in those files aren't executed right now.

@ekohl
Copy link
Collaborator

ekohl commented Sep 27, 2023

And don't merge your own PRs in 2 minutes after opening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants