We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4244e8 commit 6be4cddCopy full SHA for 6be4cdd
.gitlab-ci.yml
@@ -194,6 +194,7 @@ test-lin-dev-clang-cran:
194
- echo 'CFLAGS=-g -O2 -fno-common -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' > ~/.R/Makevars
195
- echo 'CXXFLAGS=-g -O2 -fno-common -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' >> ~/.R/Makevars
196
- *install-deps
197
+ - clang-tidy -extra-arg=-I/usr/local/lib/R/include -checks='readability-inconsistent-declaration-parameter' src/*.c -- -std=c99
198
- R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1)
199
- (! grep "warning:" data.table.Rcheck/00install.out)
200
- >-
0 commit comments