[Credo][CI] Add readability as it’s fixed

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-05 06:07:21 +01:00
commit 4b73ca638e
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
5 changed files with 4 additions and 5 deletions

View file

@ -20,7 +20,6 @@ defmodule Mix.Tasks.Pleroma.Uploads do
Options:
- `--delete` - delete local uploads after migrating them to the target uploader
A list of available uploaders can be seen in config.exs
"""
def run(["migrate_local", target_uploader | args]) do

View file

@ -29,7 +29,6 @@ defmodule Pleroma.Uploaders.Uploader do
* `{:error, String.t}` error information if the file failed to be saved to the backend.
* `:wait_callback` will wait for an http post request at `/api/pleroma/upload_callback/:upload_path` and call the uploader's `http_callback/3` method.
"""
@type file_spec :: {:file | :url, String.t()}
@callback put_file(Pleroma.Upload.t()) ::

View file

@ -1 +0,0 @@