Skip to content

Commit e8e0388

Browse files
committedJan 23, 2019
Merge remote-tracking branch 'remotes/upstream/master' into 743
2 parents b6ba557 + f839e66 commit e8e0388

File tree

209 files changed

+561
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+561
-207
lines changed
 

‎.rultor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ architect:
33
- yegor256
44
- davvd
55
install:
6-
- sudo gem install --no-ri --no-rdoc pdd
7-
- sudo gem install --no-ri --no-rdoc est
8-
- sudo gem install --no-ri --no-rdoc xcop
6+
- sudo gem install --no-document pdd
7+
- sudo gem install --no-document est
8+
- sudo gem install --no-document xcop
99
assets:
1010
secring.gpg: zerocracy/home#assets/secring.gpg
1111
settings.xml: zerocracy/home#assets/qulice/settings.xml

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111
install:
1212
- set -e
1313
- travis_retry sudo apt-get install -y --fix-missing libmagic1 libmagic-dev
14-
- gem install --no-ri --no-rdoc pdd
15-
- gem install --no-ri --no-rdoc est
16-
- gem install --no-ri --no-rdoc xcop
14+
- gem install --no-document --no-rdoc pdd
15+
- gem install --no-document --no-rdoc est
16+
- gem install --no-document --no-rdoc xcop
1717
- mvn install -DskipTests -Dinvoker.skip
1818
- mvn clean
1919
- set +e

1 commit comments

Comments
 (1)

0pdd commented on Jan 24, 2019

@0pdd
Collaborator

Puzzle 743-bb004e21 discovered in qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocTagsCheck.java and submitted as #1004. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.