cloudamatic/mu

View on GitHub

Showing 2,704 of 2,705 total issues

unexpected token tIDENTIFIER (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 tCOLON (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

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

Use meaningful heredoc delimiters.
Open

  EOS
Severity: Minor
Found in extras/generate-stock-images 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

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

ln -s %{prefix}/sqlite-%{version} $RPM_BUILD_ROOT/usr/local/sqlite-current
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

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

Release: 1%{dist}
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

URL: http://www.ruby-lang.org/
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

Source: 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 tSTRING_BEG (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

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

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

Prefix: /opt/rubies
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 /usr/local/bin
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

AutoReq: no
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

-' interpreted as argument prefix (Using Ruby 2.1 parser; configure usingTargetRubyVersionparameter, underAllCops`)
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

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

%description
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

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

rm -rf %{prefix}
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

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

%if 0%{?el6}
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

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

tar -xzvf $RPM_SOURCE_DIR/ruby-%{version}.tar.gz
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

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

mkdir -p $RPM_BUILD_ROOT%{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

env -i PATH="/bin:/usr/bin" LDFLAGS="-L/usr/local/openssl-current/lib" ./configure --prefix=%{prefix}/Python-%{version} --exec-prefix=%{prefix}/Python-%{version} --enable-shared LDFLAGS=-Wl,-rpath=%{prefix}/Python-%{version}/lib,-rpath=/usr/local/openssl-current/lib,-rpath=/usr/local/sqlite-current/lib --with-openssl=/usr/local/openssl-current --enable-loadable-sqlite-extensions
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

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

ln -s %{prefix}/ruby-%{version} $RPM_BUILD_ROOT%{prefix}/ruby-%{version}
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

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

/usr/local/bin/ruby
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop
Severity
Category
Status
Source
Language