Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

support lombok annotations with sonar-java plugin #63

Open
@zdhamasha

Description

@zdhamasha

the following is the .codeclimate.yml file content

version: "2"plugins:  csslint:    enabled: false  structure:    enabled: true  sonar-java:    enabled: true    config:        sonar.java.source: "8"  coffeelint:    enabled: false  duplication:    enabled: false    config:      languages:        - ruby        - javascript        - python        - php  eslint:    enabled: false    channel: "stable"  fixme:    enabled: true  rubocop:    enabled: falseexclude_patterns:  - config/  - db/  - dist/  - features/  - "**/node_modules/"  - script/  - "**/spec/"  - "**/test/"  - "**/tests/"  - Tests/  - "**/vendor/"  - "**/*_test.go"  - "**/*.d.ts"  - "**/*.min.js"  - "**/*.min.css"  - "**/__tests__/"  - "**/__mocks__/"

after applying the sonar-java engine ends, report to us

Major - Add a private constructor to hide the implicit public one.

import lombok.AccessLevel;import lombok.NoArgsConstructor;@NoArgsConstructor(access = AccessLevel.PRIVATE)public class PageMapper {    }}

why the sonar-java does not support recognize the lombok annotations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp