inversify/inversify-binding-decorators

View on GitHub

Showing 2 of 49 total issues

Function done has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public done(force?: boolean) {
        const that = this;
        return function (target: any) {

            const isAlreadyDecorated = Reflect.hasOwnMetadata(inversify_METADATA_KEY.PARAM_TYPES, target);
Severity: Minor
Found in src/syntax/provide_done_syntax.ts - About 1 hr to fix

    Function provide has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function provide(
      serviceIdentifier: inversifyInterfaces.ServiceIdentifier<any>,
      force?: boolean
    ) {
    
    Severity: Minor
    Found in src/decorator/provide.ts - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language