Skip to content

Commit

Permalink
fix: Add more public doctype id for config detection (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigilans authored and jdneo committed Sep 25, 2019
1 parent 698b75b commit c8d1710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/checkstyleConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export enum BuiltinConfiguration {
}

export const checkstyleDoctypeIds: string[] = [
'-//Checkstyle//DTD Configuration 1.0//EN',
'-//Checkstyle//DTD Configuration 1.1//EN',
'-//Checkstyle//DTD Configuration 1.2//EN',
'-//Checkstyle//DTD Configuration 1.3//EN',
'-//Checkstyle//DTD Checkstyle Configuration 1.0//EN',
'-//Checkstyle//DTD Checkstyle Configuration 1.1//EN',
'-//Checkstyle//DTD Checkstyle Configuration 1.2//EN',
Expand Down

0 comments on commit c8d1710

Please sign in to comment.