* Rename IgnoredPatterns to AllowedPatterns.
* Exclude docopt.rb (not our code) from Rubocop
* Disable Style/RedundantReturn
* Disable Style/MutableConstant
* Disable Style/NumericLiterals
* Set Layout/IndentationStyle to spaces
* Temporarily disable various cops.
* Add Rubocop CI via Octocop
* Lint tree with rubocop -A -c .rubocop.yml
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
* Add krypton package; command-line client, daemon, and SSH integration
* Added postinstall message
* Remove unnecessary dependencies
* Added checksum for cargo-web download
* sandboxing rustc and cargo for the install
* removed CARGO_HOME from PATH
* breaking up the long line for readability, also the check for existance is not really needed anymore with cargo sandboxed
* Update the sha256 missmatch abort method