Skip to content

Conversation

@dentarg
Copy link
Contributor

@dentarg dentarg commented Dec 15, 2025

Some other changes while we're at it (cutting a new release).

Before

    $ ruby -e '`git ls-files -z`.split("\x0").reject { (File.expand_path(it) == __FILE__) || it.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|circleci)|appveyor)}) }.each { puts it }'
    .rspec
    .rubocop.yml
    CHANGELOG.md
    Gemfile
    LICENSE.md
    README.md
    Rakefile
    config/default.yml
    config/eightyfourcodes.yml
    lib/rubocop-eightyfourcodes.rb
    lib/rubocop/cop/eighty_four_codes/command_literal_injection.rb
    lib/rubocop/cop/eighty_four_codes/ensure_redirect.rb
    lib/rubocop/cop/eighty_four_codes/ruby_version_file.rb
    lib/rubocop/cop/eightyfourcodes_cops.rb
    lib/rubocop/cop/gitlab_security/deep_munge.rb
    lib/rubocop/cop/gitlab_security/json_serialization.rb
    lib/rubocop/cop/gitlab_security/public_send.rb
    lib/rubocop/cop/gitlab_security/redirect_to_params_update.rb
    lib/rubocop/cop/gitlab_security/send_file_params.rb
    lib/rubocop/cop/gitlab_security/sql_injection.rb
    lib/rubocop/cop/gitlab_security/system_command_injection.rb
    lib/rubocop/eightyfourcodes.rb
    lib/rubocop/eightyfourcodes/inject.rb
    lib/rubocop/eightyfourcodes/version.rb
    rubocop-eightyfourcodes.gemspec

After

    $ ruby -e 'puts Dir["LICENSE.md", "config/**/*.yml", "lib/**/*.rb"]'
    LICENSE.md
    config/default.yml
    config/eightyfourcodes.yml
    lib/rubocop/cop/eighty_four_codes/command_literal_injection.rb
    lib/rubocop/cop/eighty_four_codes/ensure_redirect.rb
    lib/rubocop/cop/eighty_four_codes/ruby_version_file.rb
    lib/rubocop/cop/eightyfourcodes_cops.rb
    lib/rubocop/cop/gitlab_security/deep_munge.rb
    lib/rubocop/cop/gitlab_security/json_serialization.rb
    lib/rubocop/cop/gitlab_security/public_send.rb
    lib/rubocop/cop/gitlab_security/redirect_to_params_update.rb
    lib/rubocop/cop/gitlab_security/send_file_params.rb
    lib/rubocop/cop/gitlab_security/sql_injection.rb
    lib/rubocop/cop/gitlab_security/system_command_injection.rb
    lib/rubocop/eightyfourcodes/inject.rb
    lib/rubocop/eightyfourcodes/version.rb
    lib/rubocop/eightyfourcodes.rb
    lib/rubocop-eightyfourcodes.rb
@dentarg
Copy link
Contributor Author

dentarg commented Dec 15, 2025

I'll rebase merge this now. You can still leave any feedback here.

@dentarg dentarg merged commit b6363bf into main Dec 15, 2025
5 checks passed
@dentarg dentarg deleted the import-rules branch December 15, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants