Improvement of the RSS export with the addition of the image as a logo if it exists - Issue #1653
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# In the latter case `**/*.{ex,exs}` will be used.
|
||||
#
|
||||
included: ["lib/", "src/", "test/"],
|
||||
excluded: [~r"/_build/", ~r"/deps/", ~r"/src/"]
|
||||
excluded: [~r"/_build/", ~r"/deps/", ~r"/src/", ~r"test/service/export/feed_test.exs"]
|
||||
},
|
||||
#
|
||||
# If you create your own checks, you must specify the source files for
|
||||
|
||||
Reference in New Issue
Block a user