Skip to content

aryadiahmad4689/check-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Linter

Mencari Code Di Repo Anda Dengan Mudah

Check Linter Dibangun Untuk Mempermudah Anda Mencari Kode Yang Ingin Ditemukan.

Tecknologi

  • [Golang]

Instalation

go get github.com/aryadiahmad4689/check-linter@v1.0.7

How to use

Pertama Anda Harus Membuat Sebuah File Json Dengan Nama check_linter.json

Contoh Isian

{
   "SelectorExpression":[
       {
           "Sel" : "Println",
           "X" : "fmt"
       },
       {
           "Sel" : "Print",
           "X" : "fmt"
       }
   ],

   "ExprStmt":[
       {
           "Sel" :":="
       }
   ],

   "DecStmt":[
       {
           "Sel" :"var"
       }
   ]
}

Config Yang Tersedia

Declaration Tersedia
SelectorExpression [Sel:Println/Print/Sprintf/Printf, X:fmt]
ExprStmt [Sel: :=]
DecStmt [Sel: var]

Perintah

check-linter -root_dir=example 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages