Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Adding debtTypes to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablissimo committed Feb 11, 2017
1 parent c93f5f8 commit f42684e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.pablissimo.sonar</groupId>
<artifactId>sonar-typescript-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.0.0-RC1</version>
<version>1.0.0-RC2</version>

<name>TypeScript</name>
<description>Analyse TypeScript projects</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/pablissimo/sonar/TsRulesDefinition.java
Expand Up @@ -128,7 +128,7 @@ public static void loadRules(InputStream stream, List<TsLintRule> rulesCollectio
ruleDescription
);
}

rulesCollection.add(tsRule);
}

Expand Down Expand Up @@ -203,7 +203,7 @@ public void define(Context context) {
for (TsLintRule customRule : tslintRules) {
createRule(repository, customRule);
}

repository.done();
}

Expand Down

0 comments on commit f42684e

Please sign in to comment.