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

Rewrite checkstyle script #510

Open
flyingsilverfin opened this issue Mar 5, 2024 · 2 comments
Open

Rewrite checkstyle script #510

flyingsilverfin opened this issue Mar 5, 2024 · 2 comments
Assignees

Comments

@flyingsilverfin
Copy link
Member

Goal

We want to update our Checkstyle tool to validate that the copyright headers match the following string for the date: 2015 - present. Updating this across all the license types will enforce an update in all the repositories across the organisation.

Note: we still want to have the tool be kotlin/java based, and ideally throw 0 null pointers! This may require implementing the checkstyle regex ourselves... Note that we had an intern work on a rust-based version here: https://github.com/Teimurazi-Toloraia/copyright-script/tree/main

A simple version will do for now, although if we can add more 'types' of checkstyle to our own tool that would be ideal, such as having a 1) CopyrightChecker, 2) NewlineChecker (checks that end of each file has a newline) etc.

@flyingsilverfin
Copy link
Member Author

Would close #420

@farost
Copy link
Member

farost commented Apr 5, 2024

@flyingsilverfin we need to update the description or close the whole issue(s) following the new realities!

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

No branches or pull requests

2 participants