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

Add 'how the lint is implemented' documentation to missing-owner-check lint #74

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

S3v3ru5
Copy link
Contributor

@S3v3ru5 S3v3ru5 commented Jan 31, 2024

Added inline documentation to the missing-owner-check lint. Also added How the lint is implemented documentation.

The How the lint is implemented should give an overview of implementation: What parts of the code are checked, which are ignored and why, etc. The missing-owner-check should be a good example.

Aside: The scripts/update_readmes.sh fails on my Mac; I think its the case for other OSX as well.

failure reason:

sed: 1: "s,^[[:space:]]*///\([[: ...": invalid command code T

Using the gsed (brew install gnu-sed) for the failing command worked. We should probably update the script so that it works with both gnu-sed and OSX sed.

Creating a draft pull request as I will be adding documentation for other lints as well.

@S3v3ru5
Copy link
Contributor Author

S3v3ru5 commented Feb 2, 2024

Added documentation to all other lints. The documentation for arbitrary_cpi is added in #75

@S3v3ru5 S3v3ru5 marked this pull request as ready for review February 2, 2024 13:59
Base automatically changed from fix-include-key-checks to master February 8, 2024 12:34
@smoelius smoelius added this pull request to the merge queue Feb 9, 2024
Merged via the queue into master with commit 729f020 Feb 9, 2024
3 checks passed
@smoelius smoelius deleted the add-documentation branch February 9, 2024 13:22
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.

2 participants