Skip to content

Commit

Permalink
#70 puzzle added
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Oct 8, 2015
1 parent 3136293 commit 27cdb2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pdd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--source=.
--verbose
--rule=min-words:20
--rule=min-estimate:15
--rule=available-roles:DEV,IMP,PO
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,18 @@
</profile>
<profile>
<id>coveralls</id>
<!--
@todo #70:30m/DEV This reporting doesn't work, becuase of
a conflict with Patterns.java file, which is generated on
fly and doesn't really have a source. See the log here,
for example: http://www.rultor.com/t/5393-146659058
Let's fix it somehow and enable this profile again.
-->
<!--
<activation>
<file><exists>pom.xml</exists></file>
</activation>
-->
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 27cdb2b

Please sign in to comment.