[core/engine] Add aliasing mechanism to modules
Allow modules to define aliases. This replaces the symlink mechanism that was in place previously, because it was a bit ugly (and confused code climate). see #23
This commit is contained in:
parent
8f759e6134
commit
2cc2cf8282
5 changed files with 18 additions and 13 deletions
|
@ -1,10 +1,6 @@
|
|||
engines:
|
||||
duplication:
|
||||
enabled: true
|
||||
exclude_fingerprints:
|
||||
- 729e672cc5eafa97b4ff7b4487b43e73
|
||||
- b6bcd0bad16e901a7e93b31776477fde
|
||||
- 39aa354fb2009c102f8b297a4eade693
|
||||
config:
|
||||
languages:
|
||||
- python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue