Skip to content

Commit

Permalink
only analyze flutter-pi sources by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Sep 15, 2024
1 parent 70ff7d4 commit 606656c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .codechecker.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"--analyzers",
"clangsa",
"clang-tidy",
"gcc"
"gcc",
"-i",
".codechecker.skipfile"
]
}
2 changes: 2 additions & 0 deletions .codechecker.skipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+*/flutter-pi/src
-*
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.vscode
/build
/out
/.codechecker

# CMake docs says it should not be checked in.
CMakeUserPresets.json
Expand Down

0 comments on commit 606656c

Please sign in to comment.