Skip to content

Commit

Permalink
Merge pull request #66 from Allegheny-Ethical-CS/issue#28
Browse files Browse the repository at this point in the history
Issue#28
  • Loading branch information
enpuyou authored Mar 31, 2021
2 parents be81929 + 3d7bc07 commit 6ebc4a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rules "~MD013"
rules "~MD013, ~MD033"
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ before_install:
# install pyenv with travis-pyenv
- wget https://github.com/praekeltfoundation/travis-pyenv/releases/latest/download/setup-pyenv.sh
- source setup-pyenv.sh
# install mdl to check markdown
- gem install chef-utils -v 16.6.14
# install mdl to check markdown beep
- gem install mdl

notifications:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ the select box in the sidebar to view the text analysis:
##### Reflection Documents

We are using markdown format for the student reflection documents.
Its organized structure allows us to parse and perform text analysis easily. With that
said, there are few requirements for the reflection document before it could be
seamlessly processed and analyzed with GatorMiner. A
Its organized structure allows us to parse and perform text analysis easily.
With that said, there are few requirements for the reflection document before it
could be seamlessly processed and analyzed with GatorMiner. A
[template](resources/reflection_template.md) is provided within the repo. Note
that the headers with the assignment's and student's ID/name are required.
GatorMiner is set in default to take the first header as assignment name and the
Expand Down

0 comments on commit 6ebc4a4

Please sign in to comment.