Class: Policial::StyleGuides::Unsupported

Inherits:
Base
  • Object
show all
Defined in:
lib/policial/style_guides/unsupported.rb

Overview

Public: Returns empty set of violations.

Instance Method Summary collapse

Methods inherited from Base

#enabled?, #initialize

Constructor Details

This class inherits a constructor from Policial::StyleGuides::Base

Instance Method Details

#violations_in_file(_) ⇒ Object



5
6
7
# File 'lib/policial/style_guides/unsupported.rb', line 5

def violations_in_file(_)
  []
end