Open
Conversation
An ignore file for us
Create .travis.yml
Added npm lint to script
End of Sprint 2
sheet-t
reviewed
Mar 9, 2020
.coveralls.yml
Outdated
| @@ -0,0 +1 @@ | |||
| repo_token: Sl7aI5kc1q2bGRk0Zo0GBbApBquqFlt0h | |||
sheet-t
reviewed
Mar 9, 2020
.gitignore
Outdated
| @@ -0,0 +1,2 @@ | |||
|
|
|||
There was a problem hiding this comment.
Normally you shouldn't add things like blank lines into a PR but in this file you should add:
node_modules
into your .gitignore
sheet-t
reviewed
Mar 9, 2020
.travis.yml
Outdated
| @@ -0,0 +1,19 @@ | |||
| language: node_js | |||
sheet-t
reviewed
Mar 9, 2020
AUTHORS.md
Outdated
| @@ -0,0 +1,9 @@ | |||
| Authors | |||
|
Once you remove all the node_modules from this PR, post a comment and I will come check it again |
Author
|
Fixed your requests |
sheet-t
reviewed
Mar 11, 2020
sonar-project.properties
Outdated
| @@ -0,0 +1,12 @@ | |||
| sonar.projectKey=Jhawk1196_personaswitcher | |||
|
Should just be removing this one last file and you will be good |
Author
|
Alright, Removed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added test coverage support.