atipugin/telegram-bot-ruby

View on GitHub

Showing 28 of 28 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultGif < Base
attribute :type, Types::String.constrained(eql: 'gif').default('gif')
attribute :id, Types::String
Severity: Major
Found in lib/telegram/bot/types/inline_query_result_gif.rb and 1 other location - About 1 hr to fix
lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb on lines 4..21

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultMpeg4Gif < Base
attribute :type, Types::String.constrained(eql: 'mpeg4_gif').default('mpeg4_gif')
attribute :id, Types::String
Severity: Major
Found in lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb and 1 other location - About 1 hr to fix
lib/telegram/bot/types/inline_query_result_gif.rb on lines 4..21

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultCachedPhoto < Base
attribute :type, Types::String.constrained(eql: 'photo').default('photo')
attribute :id, Types::String
Severity: Major
Found in lib/telegram/bot/types/inline_query_result_cached_photo.rb and 1 other location - About 1 hr to fix
lib/telegram/bot/types/inline_query_result_cached_video.rb on lines 4..17

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultCachedVideo < Base
attribute :type, Types::String.constrained(eql: 'video').default('video')
attribute :id, Types::String
Severity: Major
Found in lib/telegram/bot/types/inline_query_result_cached_video.rb and 1 other location - About 1 hr to fix
lib/telegram/bot/types/inline_query_result_cached_photo.rb on lines 4..17

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultCachedGif < Base
attribute :type, Types::String.constrained(eql: 'gif').default('gif')
attribute :id, Types::String
Severity: Major
Found in lib/telegram/bot/types/inline_query_result_cached_gif.rb and 2 other locations - About 1 hr to fix
lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb on lines 4..16
lib/telegram/bot/types/inline_query_result_voice.rb on lines 4..16

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultVoice < Base
attribute :type, Types::String.constrained(eql: 'voice').default('voice')
attribute :id, Types::String
Severity: Major
Found in lib/telegram/bot/types/inline_query_result_voice.rb and 2 other locations - About 1 hr to fix
lib/telegram/bot/types/inline_query_result_cached_gif.rb on lines 4..16
lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb on lines 4..16

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module Bot
module Types
class InlineQueryResultCachedMpeg4Gif < Base
attribute :type, Types::String.constrained(eql: 'mpeg4_gif').default('mpeg4_gif')
attribute :id, Types::String
lib/telegram/bot/types/inline_query_result_cached_gif.rb on lines 4..16
lib/telegram/bot/types/inline_query_result_voice.rb on lines 4..16

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class PassportElementErrorDataField < Base
attribute :source, Types::String.constrained(eql: 'data').default('data')
attribute :type, Types::String
Severity: Minor
Found in lib/telegram/bot/types/passport_element_error_data_field.rb and 1 other location - About 25 mins to fix
lib/telegram/bot/types/refunded_payment.rb on lines 4..12

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class RefundedPayment < Base
attribute :currency, Types::String.constrained(eql: 'XTR').default('XTR')
attribute :total_amount, Types::Integer
Severity: Minor
Found in lib/telegram/bot/types/refunded_payment.rb and 1 other location - About 25 mins to fix
lib/telegram/bot/types/passport_element_error_data_field.rb on lines 4..12

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class PassportElementErrorFiles < Base
attribute :source, Types::String.constrained(eql: 'files').default('files')
attribute :type, Types::String
Severity: Minor
Found in lib/telegram/bot/types/passport_element_error_files.rb and 1 other location - About 25 mins to fix
lib/telegram/bot/types/passport_element_error_translation_files.rb on lines 4..11

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class PassportElementErrorTranslationFiles < Base
attribute :source, Types::String.constrained(eql: 'translation_files').default('translation_files')
attribute :type, Types::String
lib/telegram/bot/types/passport_element_error_files.rb on lines 4..11

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class MessageOriginChannel < Base
attribute :type, Types::String.constrained(eql: 'channel').default('channel')
attribute :date, Types::Integer
Severity: Minor
Found in lib/telegram/bot/types/message_origin_channel.rb and 1 other location - About 25 mins to fix
lib/telegram/bot/types/chat_boost_source_giveaway.rb on lines 4..12

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class ChatBoostSourceGiveaway < Base
attribute :source, Types::String.constrained(eql: 'giveaway').default('giveaway')
attribute :giveaway_message_id, Types::Integer
Severity: Minor
Found in lib/telegram/bot/types/chat_boost_source_giveaway.rb and 1 other location - About 25 mins to fix
lib/telegram/bot/types/message_origin_channel.rb on lines 4..12

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module Bot
module Types
class InputLocationMessageContent < Base
attribute :latitude, Types::Float
attribute :longitude, Types::Float
Severity: Minor
Found in lib/telegram/bot/types/input_location_message_content.rb and 2 other locations - About 20 mins to fix
lib/telegram/bot/types/location.rb on lines 4..13
lib/telegram/bot/types/shipping_address.rb on lines 4..13

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module Bot
module Types
class ShippingAddress < Base
attribute :country_code, Types::String
attribute :state, Types::String
Severity: Minor
Found in lib/telegram/bot/types/shipping_address.rb and 2 other locations - About 20 mins to fix
lib/telegram/bot/types/input_location_message_content.rb on lines 4..13
lib/telegram/bot/types/location.rb on lines 4..13

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module Bot
module Types
class Location < Base
attribute :latitude, Types::Float
attribute :longitude, Types::Float
Severity: Minor
Found in lib/telegram/bot/types/location.rb and 2 other locations - About 20 mins to fix
lib/telegram/bot/types/input_location_message_content.rb on lines 4..13
lib/telegram/bot/types/shipping_address.rb on lines 4..13

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class BusinessConnection < Base
attribute :id, Types::String
attribute :user, User
Severity: Minor
Found in lib/telegram/bot/types/business_connection.rb and 1 other location - About 20 mins to fix
lib/telegram/bot/types/gift.rb on lines 4..13

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Bot
module Types
class Gift < Base
attribute :id, Types::String
attribute :sticker, Sticker
Severity: Minor
Found in lib/telegram/bot/types/gift.rb and 1 other location - About 20 mins to fix
lib/telegram/bot/types/business_connection.rb on lines 4..13

Similar blocks of code found in 8 locations. Consider refactoring.
Open

module Bot
module Types
class PassportElementErrorSelfie < Base
attribute :source, Types::String.constrained(eql: 'selfie').default('selfie')
attribute :type, Types::String
Severity: Major
Found in lib/telegram/bot/types/passport_element_error_selfie.rb and 7 other locations - About 15 mins to fix
lib/telegram/bot/types/background_fill_gradient.rb on lines 4..11
lib/telegram/bot/types/paid_media_preview.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_file.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_front_side.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_reverse_side.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_translation_file.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_unspecified.rb on lines 4..11

Similar blocks of code found in 8 locations. Consider refactoring.
Open

module Bot
module Types
class PassportElementErrorFrontSide < Base
attribute :source, Types::String.constrained(eql: 'front_side').default('front_side')
attribute :type, Types::String
Severity: Major
Found in lib/telegram/bot/types/passport_element_error_front_side.rb and 7 other locations - About 15 mins to fix
lib/telegram/bot/types/background_fill_gradient.rb on lines 4..11
lib/telegram/bot/types/paid_media_preview.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_file.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_reverse_side.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_selfie.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_translation_file.rb on lines 4..11
lib/telegram/bot/types/passport_element_error_unspecified.rb on lines 4..11
Severity
Category
Status
Source
Language