Skip to content

Instantly share code, notes, and snippets.

@adkron
Created September 25, 2017 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adkron/788a16c275bbf9659bf35ef2926b6f22 to your computer and use it in GitHub Desktop.
Save adkron/788a16c275bbf9659bf35ef2926b6f22 to your computer and use it in GitHub Desktop.
{
"default_stop_words": [
"defmodule",
"defrecord",
"defimpl",
"defexception",
"defprotocol",
"defstruct",
"def.+(.+\\\\.+).+do",
"^\\s+use\\s+",
],
"custom_stop_words": [
],
"coverage_options": {
"treat_no_relevant_lines_as_covered": true,
"output_dir": "cover/",
"minimum_coverage": 40,
},
"skip_files": [
"test",
"lib/device_handler/application.ex",
"lib/device_handler/cache/supervisor.ex",
"lib/device_handler/repo/supervisor.ex",
"lib/device_handler/sync/supervisor.ex",
"lib/device_handler/sync/devices/supervisor.ex",
],
"terminal_options": {
"file_column_width": 70
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment