ruff/crates/ruff_wasm
Ryan Yang ab3c02342b
Implement copyright notice detection (#4701)
## Summary

Add copyright notice detection to enforce the presence of copyright
headers in Python files.

Configurable settings include: the relevant regular expression, the
author name, and the minimum file size, similar to
[flake8-copyright](https://github.com/savoirfairelinux/flake8-copyright).

Closes https://github.com/charliermarsh/ruff/issues/3579

---------

Signed-off-by: ryan <ryang@waabi.ai>
Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2023-06-11 02:17:58 +00:00
..
src Implement copyright notice detection (#4701) 2023-06-11 02:17:58 +00:00
tests Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
Cargo.toml Remove unused getrandom dependency (#4734) 2023-05-30 14:34:20 -04:00