Skip to content
#

refactoring

Here are 568 public repositories matching this topic...

potiuk
potiuk commented Sep 22, 2019

I would love to have fail_fast configuration option on check level not only at the level of the whole configuration file.

The use case I have in mind - i have one specific pre-commit check that performs docker builds of images that are used by later checks. This is fairly complex build and I have some optimisations in place to build it once and not re-run Docker build . again (because just run

oleg-koval
oleg-koval commented Sep 10, 2018

Returns:

Invalid config file: Unexpected token } in JSON at position 210

for

{
  "threshold": 30,
  "identifiers": true,
  "literals": true,
  "color": true,
  "minInstances": 2,
  "ignore": "test|spec|mock",
  "reporter": "json",
  "truncate": 100,
}

should be:

{
  "threshold": 30,
  "identifiers": true,
  "literals": true,
  "color": true,
  "minI
sp3ctum
sp3ctum commented Sep 12, 2018

Hello, I'm getting back to clojure after a while. I am using spacemacs and updated to the current stable cider. However, when I open up a clojure file and do special-lispy-eval, I get this error:

[nREPL] Starting server via /home/mvilpas/bin/lein update-in :dependencies conj \[com.cemerick/pomegranate\ \"0.4.0\"\] -- update-in :dependencies conj \[org.tcrawley/dynapath\ \"0.2.5\"\] -- up
ckipp01
ckipp01 commented Mar 26, 2020

Currently in the documentation it shows that that you should install scalafix in the following way:

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.13")

However, 0.9.13 is the current version of core, not the plugin. However, the version of core gets put into the plugin here. This may not be common as they may always be in sync, but this might confuse people as they try t

tkotosz
tkotosz commented May 4, 2020

The current documentation of the transform command is incomplete. It doesn't mention the possible values for the eventually required transform parameter which would be nice to know in case the client would like to call the transform command by immediately providing the specific transformation type to skip the input callback.

Relevant part of the documentation: https://phpactor.readthedocs.i

joverbey
joverbey commented Jan 15, 2017

Line 74 of INTERNALS says: "The OpenRefactory protocol is documented at FIXME: URL"

It would probably be best to add it to the repository, probably under engine/protocol (since that's where it's needed).

IIRC, there's a Word doc and a PDF. No harm in uploading both.

@roberthorn do you have this document? If not, I'm sure I do somewhere... have to search...

Improve this page

Add a description, image, and links to the refactoring topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the refactoring topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.