kamiazya/ngx-speech-synthesis

View on GitHub

Showing 3 of 7 total issues

SpeechSynthesisUtteranceFactoryService has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

@Injectable({
  providedIn: 'root'
})
export class SpeechSynthesisUtteranceFactoryService {
  private _config?: SpeechSynthesisUtteranceConfig;

    Function exports has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function (config) {
      config.set({
        basePath: '',
        frameworks: ['jasmine', '@angular-devkit/build-angular'],
        plugins: [
    Severity: Minor
    Found in src/karma.conf.js - About 1 hr to fix

      Function exports has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      module.exports = function (config) {
        config.set({
          basePath: '',
          frameworks: ['jasmine', '@angular-devkit/build-angular'],
          plugins: [
      Severity: Minor
      Found in projects/speech-synthesis/karma.conf.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language