summaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-08 09:31:13 +0200
committerBogumil Zebek <bogumil.zebek@nokia.com>2020-04-08 09:43:31 +0000
commit3c494af52c476a86ae1389991b464914517774b8 (patch)
treee6d9b4f261eac5f7b3fd0f42e740840a106842e6 /.coafile
parent75496bfc5b2f7e03e49ab4929d1f20962b39c992 (diff)
Move PNF simulator from /test/mocks to new project
This code is a copy of pnfsimulator located in integration repository (/test/mocks/pnfsimulator) with added profile "docker" in pom.xml located in pnfsimulator and netconfsimulator subprojects Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I725fa0530c41b13cb12705979dee8b8b354dc1a1
Diffstat (limited to '.coafile')
-rw-r--r--.coafile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.coafile b/.coafile
index 470c5ae..d6ae3b1 100644
--- a/.coafile
+++ b/.coafile
@@ -9,7 +9,9 @@ bears = JSONFormatBear
json_sort = False
indent_size = 2
ignore =
- .tox/**
+ .tox/**,
+ pnfsimulator/src/test/resources/**,
+ netconfsimulator/src/test/resources/**
[py]
bears = PyLintBear