File report-configfiles.diff of Package rpmlint
--- a/rpmlint 2015-09-12 08:24:44.000000000 +0200
+++ b/rpmlint 2015-10-13 06:31:03.262405198 +0200
@@ -305,6 +321,7 @@
pass
except Exception as e:
Pkg.warn('(none): W: error loading %s, skipping: %s' % (f, e))
+ Pkg.warn('(none): I: using config from %s' % f)
# pychecker fix
del f
@@ -357,6 +374,7 @@
pass
except Exception as e:
Pkg.warn('(none): W: error loading %s, skipping: %s' % (conf_file, e))
+Pkg.warn('(none): I: using user config from %s' % conf_file)
# apply config overrides
for key, value in config_overrides.items():