SDC-USICT/Recruitment_Portal

Add coafile

Closed this issue ยท 13 comments

Add coafile

what is this @hemangsk

For Code Linting, coala configuration file

It'll review our code automatically in PR

Greetings! I'm the coafile bot and I'm here to get your coafile ready. Sit Tight!

[default]
bears = InvalidLinkBear, FilenameBear
files = **.css, **.md, **.js, **.json
[css]
bears = CSSLintBear
files = **.css
[markdown]
bears = DuplicateFileBear, LineLengthBear, LicenseCheckBear, coalaBear, MarkdownBear
files = **.md
[json]
bears = DuplicateFileBear, JSONFormatBear, LineLengthBear, LicenseCheckBear, coalaBear
files = **.json
[javascript]
bears = JSComplexityBear, JSHintBear
files = **.js

coafile creation process Successful! ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰

Next Steps:

Step 1: Merge the Pull Request #10 having the .coafile.
Step 2: Turn on GitMate Integration on this repository.
Step 3: Turn on code analysis for automated code reviews on your PRs

Happy Linting! ๐ŸŽ‰

@coafile Greet me or i wil keel you.

Greetings! I'm the coafile bot and I'm here to get your coafile ready. Sit Tight!

[default]
bears = InvalidLinkBear, FilenameBear
files = **.css, **.js, **.md, **.json
[css]
bears = CSSLintBear
files = **.css
[json]
bears = LicenseCheckBear, LineLengthBear, JSONFormatBear, DuplicateFileBear, coalaBear
files = **.json
[javascript]
bears = JSComplexityBear, JSHintBear
files = **.js
[markdown]
bears = LicenseCheckBear, MarkdownBear, LineLengthBear, DuplicateFileBear, coalaBear
files = **.md

Oops! Looks like there was some problem making the coafile PR! Retrying...

Oops! Looks like I've already made a coafile PR!

Added gitmate