Description
A few files that generate errors with unparser
, but have ok syntax according to ruby -c
:
https://github.com/acrmp/foodcritic/blob/master/features/support/cookbook_helpers.rb
https://github.com/acrmp/foodcritic/blob/master/lib/foodcritic/notifications.rb
https://github.com/acrmp/foodcritic/blob/master/lib/foodcritic/rules/fc022.rb
https://github.com/acrmp/foodcritic/blob/master/lib/foodcritic/rules/fc025.rb
https://github.com/acrmp/foodcritic/blob/master/lib/foodcritic/rules/fc044.rb
https://github.com/acrmp/foodcritic/blob/master/lib/foodcritic/rules/fc047.rb
https://github.com/activeadmin/activeadmin/blob/master/features/step_definitions/filesystem_steps.rb
https://github.com/activemerchant/active_merchant/blob/master/lib/active_merchant/billing/credit_card.rb
https://github.com/activemerchant/active_merchant/blob/master/lib/active_merchant/billing/gateways/balanced.rb
https://github.com/activemerchant/active_merchant/blob/master/lib/active_merchant/billing/response.rb
https://github.com/activemerchant/active_merchant/blob/master/test/remote/gateways/remote_inspire_test.rb
https://github.com/activemerchant/active_merchant/blob/master/test/unit/gateways/eway_rapid_test.rb
https://github.com/activemerchant/active_merchant/blob/master/test/unit/gateways/first_pay_test.rb
https://github.com/activemerchant/active_merchant/blob/master/test/unit/gateways/payment_express_test.rb
https://github.com/ahoward/open4/blob/master/samples/jesse-caldwell.rb
https://github.com/airbrake/airbrake/blob/master/spec/integration/sinatra/sinatra_spec.rb
https://github.com/alexreisner/geocoder/blob/master/lib/geocoder/calculations.rb
https://github.com/alexreisner/geocoder/blob/master/lib/geocoder/lookups/maxmind_geoip2.rb
https://github.com/asciidoctor/asciidoctor/blob/master/lib/asciidoctor/converter/manpage.rb
https://github.com/asciidoctor/asciidoctor/blob/master/lib/asciidoctor/syntax_highlighter/highlightjs.rb
https://github.com/asciidoctor/asciidoctor/blob/master/test/blocks_test.rb
https://github.com/asciidoctor/asciidoctor/blob/master/test/manpage_test.rb
https://github.com/asciidoctor/asciidoctor/blob/master/test/syntax_highlighter_test.rb
https://github.com/asciidoctor/kramdown-asciidoc/blob/master/lib/kramdown-asciidoc/cli.rb
https://github.com/asciidoctor/kramdown-asciidoc/blob/master/spec/cli_spec.rb
https://github.com/aws/aws-sdk-ruby/blob/master/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/resource_batch_builder.rb
https://github.com/aws/aws-sdk-ruby/blob/master/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/resource_client_request_documentation.rb
https://github.com/aws/aws-sdk-ruby/blob/master/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/types_module.rb
https://github.com/aws/aws-sdk-ruby/blob/master/build_tools/aws-sdk-code-generator/spec/spec_helper.rb
https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/lib/aws-sdk-core/errors.rb
https://github.com/CanCanCommunity/cancancan/blob/master/spec/cancan/model_adapters/active_record_adapter_spec.rb
https://github.com/CanCanCommunity/cancancan/blob/master/spec/cancan/model_adapters/has_and_belongs_to_many_spec.rb
https://github.com/CapnKernul/minitest_reporters/blob/master/lib/minitest/reporters/mean_time_reporter.rb
https://github.com/CapnKernul/minitest_reporters/blob/master/test/fixtures/junit_filename_bug_example_test.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/command/init.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/command/repo/update.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/command/spec/create.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/command/spec/lint.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/generator/copy_resources_script.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/generator/copy_xcframework_script.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/generator/embed_frameworks_script.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/generator/umbrella_header.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/installer.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/installer/xcode/pods_project_generator/pod_target_installer.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/resolver.rb
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/sources_manager.rb
https://github.com/CocoaPods/CocoaPods/blob/master/spec/spec_helper/webmock.rb
https://github.com/CocoaPods/CocoaPods/blob/master/spec/unit/user_interface/inspector_reporter_spec.rb
https://github.com/Compass/compass_rails/blob/master/test/helpers/rails_project.rb
https://github.com/RiotGames/berkshelf/blob/master/features/step_definitions/berksfile_steps.rb
https://github.com/TwP/logging/blob/master/lib/logging/layouts/pattern.rb
https://github.com/TwP/logging/blob/master/lib/logging/logger.rb
https://github.com/TwP/logging/blob/master/test/layouts/test_json.rb
https://github.com/TwP/logging/blob/master/test/layouts/test_yaml.rb
https://github.com/TwP/turn/blob/master/lib/turn/components/case.rb
https://github.com/TwP/turn/blob/master/lib/turn/reporters/cue_reporter.rb
https://github.com/TwP/turn/blob/master/lib/turn/reporters/outline_reporter.rb
Edit: restricted to non UTF-8 issues