Sha256: 38df48bc0f3e512a2b89ce7169325013fba2624f2d95351ed10b7f53f96e3c24
Contents?: true
Size: 1.72 KB
Versions: 4
Compression:
Stored size: 1.72 KB
Contents
AllCops: NewCops: enable SuggestExtensions: false Exclude: - 'samples/**/*' - 'spec/**/*' # definitive : Style/ClassVars: Enabled: false Gemspec/RequireMFA: Enabled: false Security/YAMLLoad: Enabled: false Style/MutableConstant: Enabled: false # to study : Metrics/ClassLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false # Offense count: 2 # Configuration parameters: AllowKeywordBlockArguments. Lint/UnderscorePrefixedVariableName: Exclude: - 'lib/appifier/helpers/gem.rb' # Offense count: 1 Lint/UselessAssignment: Exclude: - 'lib/appifier.rb' # Offense count: 1 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros. # NamePrefix: is_, has_, have_ # ForbiddenPrefixes: is_, has_, have_ # AllowedMethods: is_a? # MethodDefinitionMacros: define_method, define_singleton_method Naming/PredicateName: Exclude: - 'lib/appifier/helpers/user.rb' # Offense count: 1 Security/Open: Exclude: - 'lib/appifier/helpers/archives.rb' # Offense count: 12 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/appifier.rb' - 'lib/appifier/actors/generator.rb' - 'lib/appifier/actors/retriever.rb' - 'lib/appifier/cli/configuration.rb' - 'lib/appifier/cli/templates.rb' - 'lib/appifier/helpers/archives.rb' - 'lib/appifier/helpers/gem.rb' - 'lib/appifier/helpers/templates.rb' - 'lib/appifier/helpers/user.rb' - 'lib/appifier/setup.rb' # Offense count: 2 Style/MixinUsage: Exclude: - 'exe/appifier' - 'lib/appifier.rb'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
appifier-0.3.0 | .rubocop.yml |
appifier-0.2.0 | .rubocop.yml |
appifier-0.1.2 | .rubocop.yml |
appifier-0.1.1 | .rubocop.yml |