Sha256: 41c6a380295a28e0fab3ec95041915c2f0795d6fd7f037ca56e951f082ce5035
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
require 'trello' require 'colorize' require 'byebug' require_relative 'scrum_lint/version' require_relative 'scrum_lint/configuration' require_relative 'scrum_lint/runner' module ScrumLint def self.config @config ||= ScrumLint::Configuration.new end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scrum_lint-0.0.2 | lib/scrum_lint.rb |
scrum_lint-0.0.1 | lib/scrum_lint.rb |