Skip to content

Commit 653ae0c

Browse files
authored
Merge pull request #291 from offa/ci/clangformat
Update clangformat CI check
2 parents 233a1e7 + e9d6992 commit 653ae0c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- uses: actions/checkout@main
116-
- uses: DoozyX/clang-format-lint-action@master
116+
- uses: jidicula/clang-format-action@main
117117
name: "Verify formatting"
118118
with:
119-
clangFormatVersion: 17
119+
clang-format-version: 19
120+
exclude-regex: "/3rd-party/"
120121

Diff for: include/InfluxDB/InfluxDBException.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace influxdb
8181
{
8282
public:
8383
ConnectionError(const std::string& source, const std::string& message)
84-
: InfluxDBException("influx-cxx [" + source + "]: " + message){};
84+
: InfluxDBException("influx-cxx [" + source + "]: " + message) {};
8585
};
8686

8787

0 commit comments

Comments
 (0)