-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from donhui/bugfix-0513
bugfix: can't create issue
- Loading branch information
Showing
4 changed files
with
43 additions
and
31 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
src/main/java/org/sonarsource/plugins/mybatis/Constant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.sonarsource.plugins.mybatis; | ||
|
||
public class Constant { | ||
public static String MYBATIS_MAPPER_CHECK_RULE_01 = "MyBatisMapperCheckRule01"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_02 = "MyBatisMapperCheckRule02"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_03 = "MyBatisMapperCheckRule03"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_04 = "MyBatisMapperCheckRule04"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_05 = "MyBatisMapperCheckRule05"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_06 = "MyBatisMapperCheckRule06"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_07 = "MyBatisMapperCheckRule07"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 8 additions & 10 deletions
18
src/main/java/org/sonarsource/plugins/mybatis/rules/MyBatisLintRulesDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters