diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..88a6e81a --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,3 @@ +plugins: + brakeman: + enabled: true diff --git a/.travis.yml b/.travis.yml index af3c4a58..d58dddc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ addons: - docker-ce notifications: email: false - irc: - channels: "chat.freenode.net#tracks" - skip_join: true + #irc: + #channels: "chat.freenode.net#tracks" + #skip_join: true