Skip to content

Add coala configuration file and add script in package.json#35

Open
rahulrana95 wants to merge 3 commits intoiiitv:masterfrom
rahulrana95:feature/coala-linter
Open

Add coala configuration file and add script in package.json#35
rahulrana95 wants to merge 3 commits intoiiitv:masterfrom
rahulrana95:feature/coala-linter

Conversation

@rahulrana95
Copy link

@rahulrana95 rahulrana95 commented Oct 1, 2018

Fixes #13

Description

You run the linter from terminal by running npm run lint
Make sure you have python >=3.4
A few sentences describing the change

Screenshot Before Change:

Screenshot After Change:

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Non Functional Requirement

  • Follows the code style of this project.
  • Tests Cover Changes
  • I have performed a self-review of my own code
  • All new and existing tests passed.
  • Documentation

.coarc Outdated
@@ -0,0 +1 @@
ignore = node_modules/ No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add newline

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aashutoshrathi Ok if we want to use coala its fine.I will make the change then you can merge the PR.

@aashutoshrathi
Copy link
Member

aashutoshrathi commented Oct 3, 2018

Sure. also resolve conflicts.

@rahulrana95
Copy link
Author

@aashutoshrathi Made the changes. Please approve PR

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.

Add a code linter

2 participants