theforeman/foreman_remote_execution

View on GitHub
webpack/JobWizard/steps/HostsAndInputs/SelectGQL.js

Summary

Maintainability
A
1 hr
Test Coverage

Function useNameSearchGQL has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useNameSearchGQL = apiKey => {
  const org = useForemanOrganization();
  const location = useForemanLocation();
  const [search, setSearch] = useState('');
  const queries = {
Severity: Minor
Found in webpack/JobWizard/steps/HostsAndInputs/SelectGQL.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status