cloudamatic/mu

View on GitHub

Showing 2,704 of 2,705 total issues

unexpected token tCONSTANT (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

License: Ruby License/GPL - see COPYING
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

unexpected token tCOLON (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

BuildRequires: zlib
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

unknown regexp options: cach (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

test -f $RPM_SOURCE_DIR/ruby-%{version}.tar.gz || ( cd $RPM_SOURCE_DIR && curl -O https://cache.ruby-lang.org/pub/ruby/2.7/ruby-%{version}.tar.gz )
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

unexpected token error (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

%install
cd $RPM_BUILD_DIR/ruby-%{version}
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

-' interpreted as argument prefix (Using Ruby 2.1 parser; configure usingTargetRubyVersionparameter, underAllCops`)
Open

mkdir -p %{prefix}
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

-' interpreted as argument prefix (Using Ruby 2.1 parser; configure usingTargetRubyVersionparameter, underAllCops`)
Open

mkdir -p $RPM_BUILD_ROOT%{prefix}
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

unknown regexp options: dc (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

License: https://docs.python.org/3/license.html
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

unknown regexp options: www (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

Source: https://www.python.org/ftp/python/%{version}/Python-%{version}.tgz
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

unexpected token tSTRING (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

sed -i "s/sqlite_inc_paths = \[ '\/usr\/include'/sqlite_inc_paths = \[ '\/usr\/local\/sqlite-current\/include'/" setup.py
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

unexpected token tIDENTIFIER (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

Summary: SQLite for Mu on RHEL6-compatible systems
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

unexpected token tCOLON (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

BuildArch: x86_64
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

Use meaningful heredoc delimiters.
Open

  EOS
Severity: Minor
Found in extras/clean-stock-amis by rubocop

This cop checks that your heredocs are using meaningful delimiters. By default it disallows END and EO*, and can be configured through blacklisting additional delimiters.

Example:

# good
<<-SQL
  SELECT * FROM foo
SQL

# bad
<<-END
  SELECT * FROM foo
END

# bad
<<-EOS
  SELECT * FROM foo
EOS

-' interpreted as argument prefix (Using Ruby 2.1 parser; configure usingTargetRubyVersionparameter, underAllCops`)
Open

rm -rf $RPM_BUILD_ROOT%{prefix}/sqlite-%{version}
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

unexpected token tCOLON (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

Version: 3.33
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

unexpected token tGVAR (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

rm -rf $RPM_BUILD_ROOT%{prefix}/sqlite-%{version}
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

-' interpreted as argument prefix (Using Ruby 2.1 parser; configure usingTargetRubyVersionparameter, underAllCops`)
Open

test -f $RPM_SOURCE_DIR/sqlite.tar.gz?r=branch-%{version} || ( cd $RPM_SOURCE_DIR && curl -O https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=branch-%{version} )
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

%build: unknown type of percent-literal (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

%build
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

unexpected token tCONSTANT (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

env -i PATH="/bin:/usr/bin" make
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

unexpected token tSTRING_BEG (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

mkdir -p %{prefix}/sqlite-%{version}
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

unexpected token error (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

%files
%{prefix}/sqlite-%{version}/*
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop
Severity
Category
Status
Source
Language