8000 Supporting code formatting plugins · Issue #123 · codellm-devkit/python-sdk · GitHub
[go: up one dir, main page]

Skip to content
Supporting code formatting plugins #123
Open
@rangeetpan

Description

@rangeetpan

**Is your feature request related to a problem? If an application has plugin that formats code, while running mvn compile the code might get changed while the symbol table analysis keep pointing to the before version, making analysis obsolete.

Example:

<plugin>
  <groupId>net.revelc.code.formatter</groupId>
  <artifactId>formatter-maven-plugin</artifactId>
  <version>2.18.0</version>
  <executions>
    <execution>
      <goals>
        <goal>format</goal>
      </goals>
    </execution>
  </executions>
</plugin>

Describe the solution you'd like
List all the code formatting plugin and turn them off while building project

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0