taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

chore: Fix line length limit sniffs #300

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Latest submission magento-coding-standards:19 sniffs.

@codingStandardsIgnore annotations are respected by IDE, but not by Adobe acceptance testing.

Description

Refactors remaining excessively long lines to 120 characters or less.

Note: GH action for PHP_CodeSniffer expected to fail with removal of @codingStandardsIgnore annotations.

Performance

N/A

Testing

  1. Connect to TaxJar / Disconnect from TaxJar
  2. Learn more button (Integration guide)
  3. Debug mode enable/disable and related JS
  4. "No Nexus Addresses" error message when enabling tax calculations
  5. Transaction sync UI copy-to-clipboard

Versions