Skip to content
Snippets Groups Projects
Select Git revision
  • release-2025-05-15-with-patches protected
  • main default protected
  • release-2025-03-27-with-patches protected
  • release-2024-12-30-with-client-builder protected
  • release-2024-12-26-with-client-builder protected
  • release-2024-11-05-with-client-builder protected
  • release-2024-08-16-with-client-builder protected
  • release-2024-09-09-with-client-builder protected
  • release-2024-08-28-with-client-builder protected
  • release-2024-10-09-with-client-builder protected
  • sbuttgereit/expose_client_builder_with_hyper_1_0
  • release-2025-05-15
  • release-2025-05-09
  • release-2025-05-02
  • release-2025-04-23
  • release-2025-03-27
  • release-2025-03-25
  • release-2025-03-10
  • release-2025-03-04
  • release-2025-02-20
  • release-2025-02-12
  • release-2025-02-03
  • release-2025-01-28
  • release-2025-01-23
  • release-2025-01-17
  • release-2025-01-14
  • release-2024-12-30
  • release-2024-12-26
  • release-2024-12-16
  • release-2024-12-03
  • release-2024-11-05
31 results

.pre-commit-config.yaml

Blame
    • John DiSanti's avatar
      852c2ec2
      Upgrade Ktlint and fix lint configuration (#1572) · 852c2ec2
      John DiSanti authored
      * Exclude sigv4 test suite from pre-commit file endings hook
      * Upgrade Ktlint
      * Make Gradle ktlint target consistent with pre-commit
      
      They were previously running two separate rulesets since pre-commit
      pulls in the standard ruleset, and that wasn't pulled into the Gradle
      dependencies.
      
      * Fix Gradle Ktlint paths
      * Establish editorconfig for Ktlint
      * Fix Ktlint lints
      * Enable `trailing-commas` rule
      * Fix block quote indentation
      Upgrade Ktlint and fix lint configuration (#1572)
      John DiSanti authored
      * Exclude sigv4 test suite from pre-commit file endings hook
      * Upgrade Ktlint
      * Make Gradle ktlint target consistent with pre-commit
      
      They were previously running two separate rulesets since pre-commit
      pulls in the standard ruleset, and that wasn't pulled into the Gradle
      dependencies.
      
      * Fix Gradle Ktlint paths
      * Establish editorconfig for Ktlint
      * Fix Ktlint lints
      * Enable `trailing-commas` rule
      * Fix block quote indentation