Skip to content

rajivramv/code-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Linter

This utility lints source code to verify if it conforms to Google's Style Guide. It uses checkstyle and cpplint for the linting. Currently implemented languages: Java, C++.

Dependencies

  1. Node.js >= v10.11.3
  2. Python >= v3.5
  3. Java & JRE

Installation

  1. Install Node.js >= v10.11.3 using node version manager.
  2. Install java and jre from deb package openjdk-9-jre-headless or any other suitable version. Use command sudo apt-get install openjdk-9-jre-headless.
  3. Download and install Python >= v3.5.
  4. Clone the repository and run npm install inside api-service and app.
  5. Start the Api service by running npm run dev inside api-service.
  6. Start the App by running npm start inside app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published