Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Post Modularization-Issues #739

Closed bjthehun closed 3 months ago

bjthehun commented 3 months ago

Bildschirmfoto vom 2024-03-21 15-38-09

Bildschirmfoto vom 2024-03-21 15-39-21

As follow-up to #716, linting and testing for the benchmark and cli modules appear to not work.

Ellpeck commented 3 months ago

This is intentional, as the next step of the modularization will be moving the linting out to its own repository (#699) and then moving these modules into their own repositories as well. The former will save us having to copy around all of the linting rules especially, including between this repository, the extension repository, and others :)

EagleoutIce commented 3 months ago

Partially dealt with in #741.