Deprecate PMD LanguageModule for languages, that only support CPD
This commit is contained in:
@ -8,7 +8,10 @@ import net.sourceforge.pmd.lang.BaseLanguageModule;
|
||||
|
||||
/**
|
||||
* Language Module for C#
|
||||
*
|
||||
* @deprecated There is no full PMD support for c#.
|
||||
*/
|
||||
@Deprecated
|
||||
public class CsLanguageModule extends BaseLanguageModule {
|
||||
|
||||
/** The name. */
|
||||
|
Reference in New Issue
Block a user