Skip to content

issues Search Results · repo:codeclimate/codeclimate-duplication language:Ruby

Filter by

71 results
 (72 ms)

71 results

incodeclimate/codeclimate-duplication (press backspace or delete to remove)

Codeclimate message: Similar blocks of code found in 5 locations. Consider refactoring. Code it asks to refactor (first line in the java file): package com.qlik.stitch.model; It is not possible to refactor ...
  • zasran
  • Opened 
    on Dec 16, 2024
  • #387

Update Log4j Dependency to a Supported Version to Address Vulnerabilities Description The current implementation of codeclimate-duplication includes dependencies on Apache Log4j version 1.x, as identified ...
  • CraigOpie
  • Opened 
    on Nov 27, 2024
  • #386

Since it is not supported, when running duplication checks similar-code and identical-code we get a lot of erroneous errors because it does a strict comparison not taking into consideration the language. ...
  • melissawilcox
  • Opened 
    on Sep 12, 2024
  • #385

I noticed that the duplication check generates Racc::ParseError log messages about parsing errors on .... I, [2023-03-21T10:07:19.656114 #1] INFO -- : Skipping file ./example.rb due to exception (Racc::ParseError): ...
  • spickermann
  • Opened 
    on Mar 21, 2023
  • #381

During a standard Code Climate run, I noticed some errors from the duplication error being reported by https://codeclimate.com/repos/ repo id /builds/99: 12 Parser process id: 12 codeclimate-parser socket ...
  • dancrumb
  • Opened 
    on Oct 31, 2022
  • #378

Hash value omission was introduced with ruby 3.1 - rubyreferences.github.io/rubychanges/3.1.html#values-in-hash-literals-and-keyword-arguments-can-be-omitted And apparently it breaks codeclimate-duplication ...
  • Zmokizmoghi
  • 2
  • Opened 
    on Jun 15, 2022
  • #375

I have a code base that has a huge number of violations - and there isn t an appetite to resolve them upfront so I am wanting to add all of the current violations as fingerprint exclusions and then resolve ...
  • jamesla
  • Opened 
    on Mar 14, 2022
  • #371

It s my first code climate run, and it s stuck on duplication engine. $ codeclimate analyze gives Starting analysis Running structure: Done! Running duplication: Done! error: (CC::CLI::Analyze::EngineFailure) ...
  • neseleznev
  • 1
  • Opened 
    on Jan 14, 2022
  • #369

I often get warnings in my golang projects that my import blocks are duplicates and should be refactored. Unfortunately, that s not how golang works - everything a file references must be imported, there ...
  • ptxmac
  • 1
  • Opened 
    on Jul 28, 2021
  • #365

Hello, We use CodeClimate in a numerical Python library for quantum physics (QuTiP). I noticed that the duplication check errors out on Python files with complex literals in them (e.g. 1+1j), because ...
  • jakelishman
  • Opened 
    on Jun 16, 2021
  • #363
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub