8 lines
104 B
Ruby
8 lines
104 B
Ruby
module Travis::API::V3
|
|
class Services::Lint::Lint < Service
|
|
def run!
|
|
lint
|
|
end
|
|
end
|
|
end
|