Added System.Native to the ignored list since afaik it's not used by SharpRaven.

This commit is contained in:
Taloth Saldono 2018-11-24 11:37:15 +01:00
parent bfe2976463
commit dbdb8e4436
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,5 @@
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2

View File

@ -9,7 +9,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
EXCLUDE_MODULEREFS = crypt32 httpapi
# Note: System.Native is a dependency of System.Runtime.InteropServices.RuntimeInformation used by SharpRaven,
# but SharpRaven doesn't use any functions that need System.Native
EXCLUDE_MODULEREFS = crypt32 httpapi System.Native
%:
dh $@ --with=systemd --with=cli