Sorry, data for that comparison is no longer available.

simplelocalize/simplelocalize-cli

View on GitHub
src/main/java/io/simplelocalize/cli/SimplelocalizeCliCommand.java

Summary

Maintainability
A
35 mins
Test Coverage

Method upload has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

          @Option(names = {"--apiKey"}, description = "Project API Key") String apiKey,
          @Option(names = {"--uploadPath"}, description = "Path to file with translation or translation keys to upload. Use '{lang}' to define language key if you are uploading more than one file with translations.") Path uploadPath,
          @Option(names = {"--uploadFormat"}, description = "Translations or keys format") String uploadFormat,
          @Option(names = {"--languageKey"}, description = "(Optional) Specify language key for single file upload") String languageKey,
          @Option(names = {"--uploadOptions"}, description = "(Optional) Read more about 'uploadOptions' param at docs.simplelocalize.io") String uploadOptions
Severity: Minor
Found in src/main/java/io/simplelocalize/cli/SimplelocalizeCliCommand.java - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status