Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/jetbrains-compliance-linter
Choose a head ref
  • 1 commit
  • 5 files changed
  • 2 contributors

Commits on Jun 27, 2025

  1. feat: Add JetBrains auto-approval compliance linter

    Implements comprehensive linting to ensure compliance with JetBrains
    auto-approval requirements for Toolbox plugins.
    
    Features:
    - Shell script for JetBrains compliance checking
    - Detekt integration for code quality
    - GitHub Actions workflow for CI/CD
    - Comprehensive documentation
    
    Compliance checks:
    - Forbidden experimental API usage detection
    - Manual thread creation warnings
    - Java runtime hooks detection
    - Library bundling warnings
    - Coroutines best practices
    
    Based on clarified requirements from JetBrains team allowing:
    - coroutineScope.launch usage
    - Library-managed threads (with proper cleanup)
    - Some coroutines experimental APIs (select, onTimeout)
    
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    blink-so[bot] and matifali committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    c4c3d6d View commit details
    Browse the repository at this point in the history
Loading