Coder Social home page Coder Social logo

Comments (1)

0x6675636b796f75676974687562 avatar 0x6675636b796f75676974687562 commented on June 10, 2024

From the RuleSetProvider documentation (0.47.x):

This method is going to be called once for each file (which means if any of the rules have state or
are not thread-safe - a new RuleSet must be created).

This method is marked for removal in KtLint 0.48 for reason below:

For each invocation of KtLint.lint and KtLint.format the RuleSet is retrieved. This results in new
instances of each Rule for each file being processed. As of that a Rule does not need to be thread-safe.

However, KtLint.format requires the Rule to be executed twice on o a file in case at least one violation
has been autocorrected. As the same Rule instance is reused for the second execution of the Rule, the state
of the Rule is shared. As of this Rule have to clear their internal state.

So now rules are expected to have a state, and a new Rule instance is created per a file checked.

from diktat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.