Module: RubomaticHtml
- Defined in:
- lib/rubomatic-html/inject.rb,
lib/rubomatic-html/runner.rb,
lib/rubomatic-html/version.rb,
lib/rubomatic-html/cop/base.rb,
lib/rubomatic-html/generator.rb,
lib/rubomatic-html/cop/style/base.rb,
lib/rubomatic-html/cop/layout/base.rb,
lib/rubomatic-html/cop/style/no_on_drag.rb,
lib/rubomatic-html/cop/style/no_on_load.rb,
lib/rubomatic-html/cop/style/no_form_for.rb,
lib/rubomatic-html/cop/style/no_form_tag.rb,
lib/rubomatic-html/cop/style/no_on_click.rb,
lib/rubomatic-html/cop/style/no_on_wheel.rb,
lib/rubomatic-html/cop/layout/line_length.rb,
lib/rubomatic-html/cop/style/no_on_unload.rb,
lib/rubomatic-html/cop/style/no_fields_for.rb,
lib/rubomatic-html/cop/style/no_on_attribute.rb,
lib/rubomatic-html/cop/style/no_on_before_unload.rb,
lib/rubomatic-html/generator/cop_readme_injector.rb,
lib/rubomatic-html/cop/layout/trailing_whitespace.rb,
lib/rubomatic-html/generator/dept_readme_injector.rb,
lib/rubomatic-html/cop/layout/multiple_line_breaks.rb,
lib/rubomatic-html/cop/style/partial_instance_variable.rb
Defined Under Namespace
Modules: Cop, Inject Classes: Config, ConfigLoader, Error, Generator, Runner
Constant Summary collapse
- CONFIG =
::YAML.safe_load(CONFIG_DEFAULT.read).freeze
- VERSION =
'1.1.0'