update blog post, and run credo with 'pi'
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
defmodule Firehose.EngineeringBlog do
|
||||
@moduledoc """
|
||||
Engineering blog configuration.
|
||||
"""
|
||||
use Blogex.Blog,
|
||||
blog_id: :engineering,
|
||||
app: :firehose,
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
defmodule Firehose.ReleaseNotes do
|
||||
@moduledoc """
|
||||
Release notes blog configuration.
|
||||
"""
|
||||
use Blogex.Blog,
|
||||
blog_id: :release_notes,
|
||||
app: :firehose,
|
||||
|
||||
Reference in New Issue
Block a user