kazimanzurrashid / aws-scheduler-go

Some analyzers or transformers are misconfigured in .deepsource.toml. Please refer to the docs.

  • ['github.com/kazimanzurrashid/aws-scheduler-go/graphql', 'github.com/kazimanzurrashid/aws-scheduler-go/collector', 'github.com/kazimanzurrashid/aws-scheduler-go/worker'] is not of type 'string' in meta for analyzer "go"

Avoid using wildcard imports JS-C1003
Anti-pattern
Minor
5 months ago5 months old
Explicitly import the specific method needed
  1import * as yup from 'yup';  2import dayjs from 'dayjs';
  3import debounce from 'lodash.debounce';
  4import get from 'lodash.get';
Explicitly import the specific method needed
  1import * as yup from 'yup';  2import get from 'lodash.get';
  3import dayjs from 'dayjs';
  4import DateFnsUtils from '@date-io/dayjs';