Class: Pronto::GolangTools::GolangCiLint

Inherits:
Base
  • Object
show all
Defined in:
lib/pronto/golang/tools/golangci_lint.rb

Class Method Summary collapse

Methods inherited from Base

#available?, #base_command, #command, #enabled?, #initialize, #installed?, #parameters, #parse_line

Constructor Details

This class inherits a constructor from Pronto::GolangTools::Base

Class Method Details

.base_commandObject



4
5
6
# File 'lib/pronto/golang/tools/golangci_lint.rb', line 4

def self.base_command
  'golangci-lint'
end