From b907863773562289eeeabefdec79a2ebc197bfbf Mon Sep 17 00:00:00 2001 From: Shahm Najeeb Date: Fri, 25 Jul 2025 15:46:32 +0400 Subject: [PATCH 1/2] Update README.md Fixed the invalid old badge for codeclimate to qlty Signed-off-by: Shahm Najeeb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a18205..29e5665f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This comprehensive guide is here to equip you with everything you need to use Lo
GitHub Repo CodeFactor Rating - GitHub Repo CodeClimate Rating + Maintainability OpenSSF Best Practices Score OpenSSF Best Practices Badge
From a8005e5560b15867c9a5e92a5b6795d5cae1f888 Mon Sep 17 00:00:00 2001 From: Shahm Najeeb Date: Fri, 25 Jul 2025 15:50:47 +0400 Subject: [PATCH 2/2] Delete .github/config.yml Signed-off-by: Shahm Najeeb --- .github/config.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index 738f3c05..00000000 --- a/.github/config.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Configuration for request-info - https://github.com/behaviorbot/request-info - -# *OPTIONAL* Comment to reply with -# Can be either a string : -requestInfoReplyComment: > - We would appreciate it if you could provide us with more info about this issue/pr! We hate to have to ask so much. But to help us improve, please provide us with more information. - - -# *OPTIONAL* default titles to check against for lack of descriptiveness -# MUST BE ALL LOWERCASE -requestInfoDefaultTitles: - - update readme.md - - updates - - provide a general summary of the issue - - update - -# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given -requestInfoLabelToAdd: progress:Invalid - -# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates -# Will fail if the issue's body is equal to a provided template -checkIssueTemplate: true - -# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template -# Will fail if the pull request's body is equal to the provided template -checkPullRequestTemplate: true - -# *OPTIONAL* Only warn about insufficient information on these events type -# Keys must be lowercase. Valid values are 'issue' and 'pullRequest' -requestInfoOn: - pullRequest: true - issue: true - -# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on -# keys must be GitHub usernames -requestInfoUserstoExclude: - - Dependabot