-
Notifications
You must be signed in to change notification settings - Fork 5
Aritra karan47 patch 13 #36
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
Open
Aritra-Karan47
wants to merge
6
commits into
anikchand461:main
Choose a base branch
from
Aritra-Karan47:Aritra-Karan47-patch-13
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e522e43
Update README.md for better formatting
Aritra-Karan47 bd2ac2e
Merge pull request #1 from Aritra-Karan47/Aritra-Karan47-patch-1
Aritra-Karan47 ec2f9fa
Merge branch 'anikchand461:main' into main
Aritra-Karan47 82577a8
Merge branch 'anikchand461:main' into main
Aritra-Karan47 31e5999
Merge branch 'anikchand461:main' into main
Aritra-Karan47 622cf43
Update README.md with installation and usage details
Aritra-Karan47 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Static analysis note: Heading style warning.
The markdownlint tool flags this line for heading style (expected ATX format). However, since this entire line should be removed due to the attribution issue, this formatting concern is moot.
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)
[warning] 307-307: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
🤖 Prompt for AI Agents
🧩 Analysis chain
🏁 Script executed:
Repository: anikchand461/task
Length of output: 127
🏁 Script executed:
Repository: anikchand461/task
Length of output: 158
🏁 Script executed:
# Check current HEAD and recent commits git log --oneline -10Repository: anikchand461/task
Length of output: 121
🏁 Script executed:
Repository: anikchand461/task
Length of output: 363
🏁 Script executed:
Repository: anikchand461/task
Length of output: 43
🏁 Script executed:
# Compare current state with main to see the actual changes git diff origin/main HEAD -- README.mdRepository: anikchand461/task
Length of output: 357
🏁 Script executed:
Repository: anikchand461/task
Length of output: 648
🏁 Script executed:
# Get a full view of the current README tail to see the Author section in current state tail -30 README.mdRepository: anikchand461/task
Length of output: 416
Remove false ownership claim and restore Author attribution.
This change improperly claims ownership of the project and removes the original Author section. The repository belongs to anikchand461, not the PR author. The diff confirms that both the false claim
I am the original owner of taskis added at line 307 and the original Author section crediting "Anik Chand" is removed.This constitutes an attribution violation and must be reverted. Remove the false ownership claim and restore the original Author section.
Changes to revert
-I am the original owner of task
-## 🙌 Author
+## 🙌 Author
-Anik Chand
-Built with ❤️ using Go.
+Anik Chand
+Built with ❤️ using Go.
Verify each finding against the current code and only fix it if needed.
In
@README.mdat line 307, Remove the false ownership line "I am the originalowner of task" and restore the original Author block: re-add the "## 🙌 Author"
header, the "Anik Chand" line and the "Built with ❤️ using Go." footer
exactly as originally present; ensure the README no longer contains the spurious
claim and that the Author attribution (Anik Chand) is restored in the same order
and formatting.