Checkstyle SuppressionCommentFilter not ignoring specified rule

前端 未结 1 2075
南旧
南旧 2021-02-13 12:55

I have a checkstyle.xml that looks something like this:


    ....

    
        &l         


        
相关标签:
1条回答
  • 2021-02-13 13:27

    Have you configured FileContentsHolder as documented?

    <module name="TreeWalker">
        ...
        <module name="FileContentsHolder"/>
        ...
    </module>
    
    0 讨论(0)
提交回复
热议问题