Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0ih8-007Nts-TJ for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 08 Nov 2023 13:34:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r0ig8-003W2L-Un for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 08 Nov 2023 13:33:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0ig8-003W2D-Mk for pgsql-jdbc-commits@lists.postgresql.org; Wed, 08 Nov 2023 13:33:08 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0ig0-005M1D-SY for pgsql-jdbc-commits@lists.postgresql.org; Wed, 08 Nov 2023 13:33:07 +0000 Received: from github.com (hubbernetes-node-a0c4ff4.va3-iad.github.net [10.48.220.68]) by smtp.github.com (Postfix) with ESMTPA id 0E708408BC for ; Wed, 8 Nov 2023 05:32:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699450379; bh=HsjY/V8tfXI1qv8eQlpxbIgAZhRbx6sPZB4X+V9GbNI=; h=Date:From:To:Subject:From; b=iWK/D9+KwZxpUA01wkQDGXnsfBN5Qszs+cBSGk+HQYmT7QxAWs5P/c0m3d6bGQx1x NQXxeW9KVA41FTFCXVi+hSMLKziUUVlCZm5JtN0/9wrsojjJxvs8plgct93jc1P/qX B84jyZyfH5juPPzZOSg9qqq9rDi4eu30m1QPH50A= Date: Wed, 08 Nov 2023 05:32:59 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 0a64f4: chore: add styleCheck Gradle task to report style ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 0a64f4c7eaaf176fd476ba243f54c2113992f754 https://github.com/pgjdbc/pgjdbc/commit/0a64f4c7eaaf176fd476ba243f54c2113992f754 Author: Vladimir Sitnikov Date: 2023-11-08 (Wed, 08 Nov 2023) Changed paths: M .github/pull_request_template.md M .github/workflows/main.yml M CONTRIBUTING.md M build-logic/verification/src/main/kotlin/build-logic.style.gradle.kts Log Message: ----------- chore: add styleCheck Gradle task to report style violations (#2980) The mnemonics is: * style: fix code style * styleCheck: report style violations Most of the time, ./gradlew style should be good enough.