Skip to content

Update style, remove old files, prepare for archiving - #2

Open
w25r wants to merge 1 commit into
masterfrom
formatter-updates
Open

Update style, remove old files, prepare for archiving#2
w25r wants to merge 1 commit into
masterfrom
formatter-updates

Conversation

@w25r

@w25r w25r commented Sep 3, 2026

Copy link
Copy Markdown

Description

Compliance Checklist

  • I have verified that this is not a new project. If it is a new project (new service, new application, new repository), I have submitted a ticket to InfoSec to review the new project and gained approval.

  • I have verified that the backout plan for this change conforms to our standard engineering backout plan located here. If it does not, I have documented an alternative backout plan below:

  • I have verified that this change is backwards compatible. If it is not, I have specified the breaking changes and how they will be handled below:

  • I have verified that this change will not impact the security controls built into the application or introduce any new security vulnerabilities. If it will, I have defined the security impact below:

  • I have verified that this change will not result in downtime. If it will, I have noted the impact below:

  • I have verified that no new dependencies were introduced. If they were, I have vetted them below:

  • I have verified that all applicable tests were updated to ensure complete test coverage of any new or modified code.

  • I have verified that any relevant documentation such as the README is still up to date and not impacted by my changes. If documentation needs updating for accuracy, I have done so.

@w25r
w25r requested a lite review from Copilot September 3, 2026 04:39
@w25r w25r self-assigned this Sep 3, 2026
@snyk-io

snyk-io Bot commented Sep 3, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Changes are limited to documentation updates, a small IntelliJ scheme adjustment, and removal of legacy config files consistent with deprecation/archiving.

Pull request overview

This PR deprecates the repository in preparation for archiving by removing legacy Java static-analysis assets and updating the IntelliJ code style configuration and documentation to point consumers to the new canonical location.

Changes:

  • Remove legacy Checkstyle/PMD XML configs and Gradle helper scripts.
  • Update README.md to mark the repo deprecated and redirect users to payitgov/java_plugin.
  • Adjust the IntelliJ Java code style scheme settings (indent options and wrapping/alignment behavior).
File summaries
File Description
static_analysis.gradle Removed legacy Gradle static analysis configuration (Checkstyle/PMD).
README.md Marked repository deprecated and redirected style usage to payitgov/java_plugin.
pmd.xml Removed legacy PMD ruleset.
intellij.xml Updated IntelliJ “Payit Style” Java formatting options (indent + wrapping/alignment).
checkstyle.xml Removed legacy Checkstyle ruleset.
checkstyle.gradle Removed legacy Gradle Checkstyle helper script.
checkstyle-idea.xml Removed legacy Checkstyle-IDEA configuration file.
Review details
  • Files reviewed: 7/7 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants