prey/prey-node-client

View on GitHub
lib/agent/triggers/hostname/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function check_hostname has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var check_hostname = () => {
  if (checking) return;
  checking = true;

  var done = (err) => {
Severity: Minor
Found in lib/agent/triggers/hostname/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status