Git Product home page Git Product logo

Comments (5)

verdammelt avatar verdammelt commented on June 25, 2024

I noticed when looking at the --debug output that the file with the Lint/EmptyFile error was being loaded from the rubocop cache. So I turned off the cache and rubocop ran successfully to completion.

So it would seem that perhaps this is problem with the data I have in my cache.

Is that sufficient resolution to this? Shall I just close the issue?

The contents of that cached file is:
[{"severity":"warning","location":{"begin_pos":0,"end_pos":0},"message":"Lint/EmptyFile: Empty file detected.","cop_name":"Lint/EmptyFile","status":"unsupported"}]

from rubocop.

Earlopain avatar Earlopain commented on June 25, 2024

I can reproduce this by creating a new empty file and running rubocop on it twice. Only the second run will error. Lint/EmptyFile creates a global offense which I presume doesn't roundtrip well. This is now exposed because of #12804.

from rubocop.

verdammelt avatar verdammelt commented on June 25, 2024

@Earlopain interestingly (to me at least) This problem only happens when caching is involved.

I moved aside my cache directory and ran rubocop with the debug flag. It ran fine and I could see my empty file was being scanned. I ran a few more times immediately and the next 2 or 3 times the file was still scanned but then the file was being picked up by the cache and rubocop was crashing.

from rubocop.

Earlopain avatar Earlopain commented on June 25, 2024

Check out the attached PR, that should fix this. Let me know if that works for you.

from rubocop.

verdammelt avatar verdammelt commented on June 25, 2024

Check out the attached PR, that should fix this. Let me know if that works for you.

This does appear to correct the problem.

from rubocop.

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.