aedcb1c244
Summary: Linter setup. Fixes T154 Test Plan: manual Reviewers: sale Subscribers: buda, sale Maniphest Tasks: T154 Differential Revision: https://memgraph.phacility.com/D13
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
{
|
|
"linters": {
|
|
"cppcheck": {
|
|
"type": "cppcheck",
|
|
"include": ["(\\.cpp$)", "(\\.hpp$)"]
|
|
}
|
|
}
|
|
}
|