GithubHelp home page GithubHelp logo

mattermost / matterbuild Goto Github PK

View Code? Open in Web Editor NEW
15.0 30.0 14.0 116.15 MB

Matterbuild - An internal Mattermost chatops tool for generating Mattermost releases

Makefile 4.02% Go 93.54% Dockerfile 0.59% Starlark 0.14% Shell 1.71%
hacktoberfest

matterbuild's People

Contributors

adolsalamanca avatar alifarooq0 avatar augustasv avatar avinashdhinwa avatar cpanato avatar cpoile avatar crspeller avatar dependabot[bot] avatar golduniform avatar hanzei avatar jaydeland avatar jupenur avatar khos2ow avatar lieut-data avatar metanerd avatar mgdelacroix avatar mvitale1989 avatar phoinixgrr avatar streamer45 avatar toninis avatar utkuufuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

matterbuild's Issues

Consider using a bot for communication

I happened to cut a plugin release by issuing a command in a DM -- expecting the interaction to be ephemeral -- but got a post from matterbuild in that DM with the details.

Should we consider using a bot to communicate with the executor instead?

Integrate GolangCi-Lint

Integrate golangci-lint into this repository. https://github.com/mattermost/mattermost-plugin-starter-template/blob/master/.golangci.yml should be used as a starting point for the configuration. https://circleci.com/orbs/registry/orb/gotest/tools is a good circleci orb on install golangci-lint.

make check-style should be changed to:

## Checks code style.
.PHONY: check-style
check-style: golangci-lint
	@echo Checking for style guide compliance

## Run golangci-lint on codebase.
.PHONY: golangci-lint
golangci-lint:
	@if ! [ -x "$$(command -v golangci-lint)" ]; then \
		echo "golangci-lint is not installed. Please see https://github.com/golangci/golangci-lint#install for installation instructions."; \
		exit 1; \
	fi; \


	@echo Running golangci-lint
	golangci-lint run ./...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.