SecLists
SecLists copied to clipboard
Improved checker scripts
The current new line checker is too "harsh" as it exists immediately when ran. Normally that is a non issue but having to repair and commit only for it fail is quite frustrating
The workflow now uses github actions summary and adds more details to the checks, letting the person who opened the pull request know what checks are failing and how to change them
Here is the workflow running https://github.com/molangning/SecLists/actions/runs/7048714772
passed field looks abit wonky
Hey @molangning There is now a merge conflict - would you be able to look into it?
@g0tmi1k #963 has a commit that changed new line checker to be more lenient, but the recent commits that I did has already made it more lenient. Unfortunately, I can’t do anything on my side as resolving the conflict has to be done on your side. You should be able to merge my changes without any repercussions.
There is a great guide by github on resolving merge conflicts through github web. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github
Hi @molangning , I can't push to molangning/SecLists, as a result it needs to be addressed by yourself.
Otherwise, I'll close the MR and you can re-open it later if you wish.
Rebase time :tada: