cloudamatic/mu

View on GitHub

Showing 2,704 of 2,705 total issues

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

rm -rf %{prefix}
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

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

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

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

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

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

end at 26, 0 is not aligned with if at 22, 14.
Open

end
Severity: Minor
Found in extras/list-stock-amis by rubocop

This cop checks whether the end keywords are aligned properly.

Three modes are supported through the EnforcedStyleAlignWith configuration parameter:

If it's set to keyword (which is the default), the end shall be aligned with the start of the keyword (if, class, etc.).

If it's set to variable the end shall be aligned with the left-hand-side of the variable assignment, if there is one.

If it's set to start_of_line, the end shall be aligned with the start of the line where the matching keyword appears.

Example: EnforcedStyleAlignWith: keyword (default)

# bad

variable = if true
    end

# good

variable = if true
           end

Example: EnforcedStyleAlignWith: variable

# bad

variable = if true
    end

# good

variable = if true
end

Example: EnforcedStyleAlignWith: startofline

# bad

variable = if true
    end

# good

puts(if true
end)

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

URL: https://sqlite.org/
Severity: Minor
Found in extras/sqlite_rpm/muqlite.spec by rubocop

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

Source: https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=branch-%{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

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

tar -xzvf $RPM_SOURCE_DIR/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/ruby_rpm/muby.spec by rubocop

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

./configure --prefix=%{prefix}/ruby-%{version}  --enable-load-relative --enable-shared
Severity: Minor
Found in extras/ruby_rpm/muby.spec by rubocop

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

%install
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/sqlite_rpm/muqlite.spec by rubocop

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

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

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

%install
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

ln -s /usr/local/ruby-current/bin/ruby $RPM_BUILD_ROOT/usr/local/bin/ruby
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

Requires: openssl
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop

no .<digit> floating literal anymore; put 0 before dot (Using Ruby 2.1 parser; configure using <code>TargetRubyVersion</code> parameter, under <code>AllCops</code>)</digit>
Open

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

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

test -f $RPM_SOURCE_DIR/Python-%{version}.tgz || ( cd $RPM_SOURCE_DIR && curl -O https://www.python.org/ftp/python/%{version}/Python-%{version}.tgz )
Severity: Minor
Found in extras/python_rpm/muthon.spec by rubocop
Severity
Category
Status
Source
Language