Skip to content

Comments

풀리퀘#63

Open
chandaley12 wants to merge 116 commits intoPandelisZ:masterfrom
heechankim:master
Open

풀리퀘#63
chandaley12 wants to merge 116 commits intoPandelisZ:masterfrom
heechankim:master

Conversation

@chandaley12
Copy link

감사합니다.

cdy0510 and others added 30 commits October 11, 2019 13:37
Signing the guestbook! :)
DEVFEST이미지 추가, 문구 수정, 페이스북 링크 추가
안내 문구 한글번역
base repository에 있던 방명록 삭제
새로운 방명록 작성
개인 repo만든 상태에서 upstream(GDG-Seoul)로 이동하여 PR 생성시  PandelisZ/workshop-guestbook 쪽이 base로 PR이 생성됩니다.
환경차이가 있을 수 있겠지만 개인 repo에서 PR 생성시 GDG 쪽으로 PR이 생성되는걸 확인했습니다.
PR에 익숙하지 않은분들을 고려하여 개인 저장소에서 PR을 생성하는쪽이 좋을거같습니다.
cdy0510 and others added 29 commits October 20, 2019 13:06
Sign the guest book as Mina
Sign guestbook as WooyoungChoi
@TravisBuddy
Copy link

Travis tests have failed

Hey @chandaley12,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Ruby: 2.3.1

View build log

yamllint _guestbook/*
_guestbook/beomjun.yaml
  5:81      warning  line too long (131 > 80 characters)  (line-length)

_guestbook/chan1206.yaml
  3:8       warning  too many spaces after colon  (colons)

_guestbook/dayoung.yaml
  5:81      warning  line too long (93 > 80 characters)  (line-length)

_guestbook/doo.yaml
  4:1       error    syntax error: could not find expected ':'

_guestbook/gyeongseon.yaml
  5:81      warning  line too long (92 > 80 characters)  (line-length)
  7:10      warning  too many spaces before colon  (colons)

_guestbook/haenara.yaml
  5:81      warning  line too long (107 > 80 characters)  (line-length)

_guestbook/haesunpark.yaml
  1:1       warning  too many blank lines (1 > 0)  (empty-lines)
  8:9       error    trailing spaces  (trailing-spaces)

_guestbook/jakeyoo.yaml
  6:81      warning  line too long (140 > 80 characters)  (line-length)

_guestbook/JieunJang.yaml
  1:4       error    trailing spaces  (trailing-spaces)
  3:53      error    trailing spaces  (trailing-spaces)
  4:12      error    trailing spaces  (trailing-spaces)
  6:10      error    trailing spaces  (trailing-spaces)
  7:9       error    trailing spaces  (trailing-spaces)
  8:10      warning  too many spaces before colon  (colons)

_guestbook/jinnybrain.yaml
  7:9       error    trailing spaces  (trailing-spaces)
  8:8       error    trailing spaces  (trailing-spaces)

_guestbook/jiyeonlee.yaml
  5:32      error    trailing spaces  (trailing-spaces)

_guestbook/Leesangik.yaml
  4:12      error    trailing spaces  (trailing-spaces)

_guestbook/neulbo27.yaml
  7:4       error    no new line character at the end of file  (new-line-at-end-of-file)

_guestbook/SambaLim.yaml
  1:4       error    trailing spaces  (trailing-spaces)
  7:9       error    trailing spaces  (trailing-spaces)

_guestbook/seongwon-kang.yaml
  1:1       error    missing document start "---"  (document-start)

_guestbook/shinye.yaml
  5:81      warning  line too long (134 > 80 characters)  (line-length)

_guestbook/skile.yaml
  1:1       error    missing document start "---"  (document-start)

_guestbook/soojung.yaml
  1:4       error    trailing spaces  (trailing-spaces)
  4:12      error    trailing spaces  (trailing-spaces)

_guestbook/space.yaml
  1:1       warning  too many blank lines (1 > 0)  (empty-lines)
  8:9       error    trailing spaces  (trailing-spaces)

_guestbook/sumin-choi.yaml
  7:9       error    trailing spaces  (trailing-spaces)

_guestbook/wone2287.yaml
  6:10      error    trailing spaces  (trailing-spaces)

_guestbook/woosik.yaml
  1:4       error    trailing spaces  (trailing-spaces)
  3:53      error    trailing spaces  (trailing-spaces)
  4:12      error    trailing spaces  (trailing-spaces)
  5:47      error    trailing spaces  (trailing-spaces)
  6:15      error    trailing spaces  (trailing-spaces)

_guestbook/yebin.yaml
  5:81      warning  line too long (85 > 80 characters)  (line-length)

_guestbook/yjkim.yaml
  6:10      error    trailing spaces  (trailing-spaces)
  7:9       error    trailing spaces  (trailing-spaces)

_guestbook/ywkim.yaml
  6:10      error    trailing spaces  (trailing-spaces)
  7:9       error    trailing spaces  (trailing-spaces)
ruby -Itest tests/tests.rb
Loaded suite tests/tests
Started
F
================================================================================
Failure:
  opening --- missing: ./_guestbook/skile.yaml.
  <false> is not true.
test_frontmattervalidation(TestFrontMatterValidation)
tests/tests.rb:13:in `block in test_frontmattervalidation'
     10:             keys = data.keys.map { |k| k.downcase }
     11:             assert(keys.include?("name"), "name missing: #{path}")
     12:             lines = File.readlines(path)
  => 13:             assert("---\n" == lines[0], "opening --- missing: #{path}")
     14:             assert(lines[4..-1].include?("---\n"), "closing --- missing: #{path}")
     15:         end
     16:     end
tests/tests.rb:7:in `each'
tests/tests.rb:7:in `test_frontmattervalidation'
================================================================================


Finished in 0.007642412 seconds.
--------------------------------------------------------------------------------
1 tests, 23 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
0% passed
--------------------------------------------------------------------------------
130.85 tests/s, 3009.52 assertions/s
bundle exec jekyll build
Configuration file: /home/travis/build/PandelisZ/workshop-guestbook/_config.yml
            Source: /home/travis/build/PandelisZ/workshop-guestbook
       Destination: /home/travis/build/PandelisZ/workshop-guestbook/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
jekyll 3.7.3 | Error:  (/home/travis/build/PandelisZ/workshop-guestbook/_guestbook/doo.yaml): could not find expected ':' while scanning a simple key at line 3 column 1
TravisBuddy Request Identifier: a0f24f00-f2f3-11e9-a94e-c51b88d78b8d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.