Skip to content

Commit 3dfc549

Browse files
committed
Update pixi setup
1 parent 2042245 commit 3dfc549

File tree

6 files changed

+339
-372
lines changed

6 files changed

+339
-372
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# GitHub syntax highlighting
22
pixi.lock linguist-language=YAML
33

4+
# SCM syntax highlighting
5+
pixi.lock linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# pixi environments
22
.pixi
33

4+
5+
# pixi environments
6+
.pixi
7+
*.egg-info

libs/onesize/onesize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void am_onesize_free_all(struct am_onesize *hnd) {
111111

112112
int minfree = hnd->minfree;
113113
am_onesize_init_internal(s);
114-
hnd->minfree = minfree;
114+
hnd->minfree = minfree; /* cppcheck-suppress redundantAssignment */
115115
}
116116

117117
void am_onesize_iterate_over_allocated(

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ run_target(
192192
'--error-exitcode=2',
193193
'--enable=warning,style',
194194
'--inline-suppr',
195+
'--check-level=exhaustive',
195196
'--suppress=sizeofDivisionMemfunc',
196197
'--suppress=*:/opt/*',
197198
'--suppress=*:/usr/*',

0 commit comments

Comments
 (0)