Skip to content

Commit

Permalink
Merge branch 'remove-no-token-mode-in-component-grammar-coco' into 'dev'
Browse files Browse the repository at this point in the history
Remove NoTokenModeInComponentGrammar CoCo to allow component grammars with token modes

See merge request monticore/monticore!878
  • Loading branch information
SE-FDr committed Sep 21, 2023
2 parents fe63b8d + 020836c commit 6a5393c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import de.monticore.grammar.cocos.NoNestedGenericsInAdditionalAttributes;
import de.monticore.grammar.cocos.NoOverridingNTHasAnnotation;
import de.monticore.grammar.cocos.NoTokenDefined;
import de.monticore.grammar.cocos.NoTokenModeInComponentGrammar;
import de.monticore.grammar.cocos.OverridingAbstractNTs;
import de.monticore.grammar.cocos.OverridingAbstractNTsHaveNoSuperRules;
import de.monticore.grammar.cocos.OverridingAdditionalAttributes;
Expand Down Expand Up @@ -163,7 +162,6 @@ public Grammar_WithConceptsCoCoChecker getCoCoChecker() {
checker.addCoCo(new NoExtensionOfSymbolThatOnlySpansScope());
// checker.addCoCo(new NoNTInheritanceCycle());
checker.addCoCo(new LexProdModeNameUpperCase());
checker.addCoCo(new NoTokenModeInComponentGrammar());
checker.addCoCo(new InheritedModiOverwrite());
checker.addCoCo(new NoForbiddenGrammarName());
checker.addCoCo(new NoForbiddenProdName());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public Grammar_WithConceptsCoCoChecker getCoCoChecker() {
checker.addCoCo(new NoExtensionOfSymbolThatOnlySpansScope());
// checker.addCoCo(new NoNTInheritanceCycle());
checker.addCoCo(new LexProdModeNameUpperCase());
checker.addCoCo(new NoTokenModeInComponentGrammar());
checker.addCoCo(new InheritedModiOverwrite());
checker.addCoCo(new NoForbiddenGrammarName());
checker.addCoCo(new NoForbiddenProdName());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 6a5393c

Please sign in to comment.